Searched refs:v_nclinks (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cache.c626 while ( (ncp = LIST_FIRST(&vp->v_nclinks)) )
654 while ( (ncp = LIST_FIRST(&vp->v_nclinks)) )
1574 if ((vp != NULLVP) && (LIST_FIRST(&vp->v_nclinks))) {
1652 LIST_INSERT_HEAD(&vp->v_nclinks, ncp, nc_un.nc_link);
1885 if ((LIST_FIRST(&vp->v_nclinks) == NULL) &&
1896 while ( (ncp = LIST_FIRST(&vp->v_nclinks)) )
H A Dvfs_lookup.c447 if ( (cnp->cn_flags & MAKEENTRY) && (vp->v_flag & VNCACHEABLE) && LIST_FIRST(&vp->v_nclinks) == NULL) {
H A Dvfs_subr.c3669 if ( !LIST_EMPTY(&vp->v_nclinks) || !LIST_EMPTY(&vp->v_ncchildren))
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h131 * v_nclinks and v_ncchildren are protected by the global name_cache_lock
139 LIST_HEAD(, namecache) v_nclinks; /* name cache entries that name this vnode */ member in struct:vnode

Completed in 33 milliseconds