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

/haiku/src/add-ons/kernel/file_systems/fat/
H A Dvcache.cpp107 vol->vcache.by_loc = (vcache_entry**)calloc(sizeof(struct vache_entry *),
109 if (vol->vcache.by_loc == NULL) {
149 free(vol->vcache.by_loc); vol->vcache.by_loc = NULL;
198 c = p = vol->vcache.by_loc[hash2];
210 vol->vcache.by_loc[hash2] = e;
245 c = p = vol->vcache.by_loc[hash2];
257 vol->vcache.by_loc[hash2] = c->next_loc;
290 c = vol->vcache.by_loc[hash2];
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 393 milliseconds