HomeSort by: relevance | last modified time | path
    Searched refs:chm_vnocache_hash (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/ufs/chfs/
chfs_vnode_cache.c 59 ret = chmp->chm_vnocache_hash[vno % VNODECACHE_SIZE];
89 prev = &chmp->chm_vnocache_hash[new->vno % VNODECACHE_SIZE];
107 prev = &chmp->chm_vnocache_hash[old->vno % VNODECACHE_SIZE];
chfs_build.c 298 vc = chmp->chm_vnocache_hash[i];
309 vc = chmp->chm_vnocache_hash[i];
338 vc = chmp->chm_vnocache_hash[i];
chfs_vfsops.c 269 chmp->chm_vnocache_hash = chfs_vnocache_hash_init();
371 chfs_vnocache_hash_destroy(chmp->chm_vnocache_hash);
420 chfs_vnocache_hash_destroy(chmp->chm_vnocache_hash);
chfs.h 347 struct chfs_vnode_cache **chm_vnocache_hash; /* hash table member in struct:chfs_mount

Completed in 18 milliseconds