Searched refs:nc_hash (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.81.4/bsd/vfs/ |
| H A D | vfs_cache.c | 2393 smrq_serialized_foreach(ncp, NCHHASH(dvp, cnp->cn_hash), nc_hash) { in cache_lookup_locked() 2434 smrq_entered_foreach(ncp, NCHHASH(dvp, cnp->cn_hash), nc_hash) { in cache_lookup_smr() 2545 smrq_serialized_foreach(ncp, NCHHASH(dvp, cnp->cn_hash), nc_hash) { in cache_lookup_fallback() 2673 smrq_entered_foreach(ncp, NCHHASH(dvp, cnp->cn_hash), nc_hash) { in cache_lookup_ext() 2944 smrq_serialized_foreach(p, ncpp, nc_hash) { in cache_enter_locked() 2954 smrq_serialized_insert_head(ncpp, &ncp->nc_hash); in cache_enter_locked() 3150 smrq_serialized_foreach_safe(entry, old_head, nc_hash) { in resize_namecache() 3158 smrq_serialized_insert_head(NCHHASH(entry->nc_dvp, hashval), &entry->nc_hash); in resize_namecache() 3201 smrq_serialized_remove((NCHHASH(ncp->nc_dvp, ncp->nc_hashval)), &ncp->nc_hash); in cache_delete() 3326 smrq_serialized_foreach(ncp, ncpp, nc_hash) { in cache_purgevfs()
|
| /xnu-11215.81.4/bsd/sys/ |
| H A D | namei.h | 231 struct smrq_link nc_hash; /* hash chain */ member
|
| H A D | vnode.h | 2284 const char *vfs_addname(const char *name, uint32_t len, uint32_t nc_hash, uint32_t flags);
|