Home
last modified time | relevance | path

Searched refs:NCHHASH (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.1.10/bsd/vfs/
H A Dvfs_cache.c259 #define NCHHASH(dvp, hash_val) \ macro
2386 smrq_serialized_foreach(ncp, NCHHASH(dvp, cnp->cn_hash), nc_hash) { in cache_lookup_locked()
2427 smrq_entered_foreach(ncp, NCHHASH(dvp, cnp->cn_hash), nc_hash) { in cache_lookup_smr()
2538 smrq_serialized_foreach(ncp, NCHHASH(dvp, cnp->cn_hash), nc_hash) { in cache_lookup_fallback()
2666 smrq_entered_foreach(ncp, NCHHASH(dvp, cnp->cn_hash), nc_hash) { in cache_lookup_ext()
2932 ncpp = NCHHASH(dvp, cnp->cn_hash); in cache_enter_locked()
3151 smrq_serialized_insert_head(NCHHASH(entry->nc_dvp, hashval), &entry->nc_hash); in resize_namecache()
3194 smrq_serialized_remove((NCHHASH(ncp->nc_dvp, ncp->nc_hashval)), &ncp->nc_hash); in cache_delete()