Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dnamei.h251 vnode_t nc_dvp; /* vnode of parent of name */ member
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_cache.c1996 if ((ncp->nc_dvp == dvp) && (ncp->nc_hashval == hashval)) { in cache_lookup_locked()
2086 if ((ncp->nc_dvp == dvp) && (ncp->nc_hashval == hashval)) { in cache_lookup()
2291 ncp->nc_dvp = dvp; in cache_enter_locked()
2506 head = NCHHASH(entry->nc_dvp, hashval); in resize_namecache()
2532 TAILQ_REMOVE(&(ncp->nc_dvp->v_ncchildren), ncp, nc_child); in cache_delete()
2653 if (ncp->nc_dvp->v_mount == mp) { in cache_purgevfs()