Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dnamei.h253 unsigned int nc_hashval; /* hashval of stringname */ member
/xnu-8792.61.2/bsd/vfs/
H A Dvfs_cache.c2031 if ((ncp->nc_dvp == dvp) && (ncp->nc_hashval == hashval)) { in cache_lookup_locked()
2121 if ((ncp->nc_dvp == dvp) && (ncp->nc_hashval == hashval)) { in cache_lookup()
2330 ncp->nc_hashval = cnp->cn_hash; in cache_enter_locked()
2353 ncp->nc_hashval = hash; in cache_enter_locked()
2543 entry->nc_hashval = hashval; in resize_namecache()