Searched refs:by_vnid (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/fat/
H A Dvcache.cpp81 for (c = vol->vcache.by_vnid[i]; c ; c = c->next_vnid)
100 vol->vcache.by_vnid = (vcache_entry**)calloc(sizeof(struct vache_entry *),
102 if (vol->vcache.by_vnid == NULL) {
111 free(vol->vcache.by_vnid);
112 vol->vcache.by_vnid = NULL;
137 c = vol->vcache.by_vnid[i];
148 free(vol->vcache.by_vnid); vol->vcache.by_vnid = NULL;
182 c = p = vol->vcache.by_vnid[hash1];
194 vol->vcache.by_vnid[hash
[all...]
H A Ddosfs.h151 struct vcache_entry **by_vnid, **by_loc; member in struct:_nspace::__anon3
H A Ddosfs.cpp71 vol->vcache.cache_size, vol->vcache.by_vnid, vol->vcache.by_loc);

Completed in 104 milliseconds