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

/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_cache.c696 while ( (ncp = LIST_FIRST(&vp->v_nclinks)) )
724 while ( (ncp = LIST_FIRST(&vp->v_nclinks)) )
1659 if ((vp != NULLVP) && (LIST_FIRST(&vp->v_nclinks))) {
1736 LIST_INSERT_HEAD(&vp->v_nclinks, ncp, nc_un.nc_link);
1966 if ((LIST_FIRST(&vp->v_nclinks) == NULL) &&
1977 while ( (ncp = LIST_FIRST(&vp->v_nclinks)) )
H A Dvfs_lookup.c502 if ( (cnp->cn_flags & MAKEENTRY) && (vp->v_flag & VNCACHEABLE) && LIST_FIRST(&vp->v_nclinks) == NULL) {
H A Dvfs_subr.c3838 if ( !LIST_EMPTY(&vp->v_nclinks) || !LIST_EMPTY(&vp->v_ncchildren))
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dvnode_internal.h123 * v_nclinks and v_ncchildren are protected by the global name_cache_lock
131 LIST_HEAD(, namecache) v_nclinks; /* name cache entries that name this vnode */ member in struct:vnode

Completed in 114 milliseconds