Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/sys/
H A Dnamei.h148 #define NAMEI_RESOLVE_BENEATH 0x4000 /* path must reside in the hierarchy beneath the starting d… macro
/xnu-11417.121.6/bsd/vfs/
H A Dvfs_lookup.c467 if (ndp->ni_flag & NAMEI_RESOLVE_BENEATH) { in namei()
481 if (ndp->ni_flag & NAMEI_RESOLVE_BENEATH) { in namei()
1334 if ((ndp->ni_flag & NAMEI_RESOLVE_BENEATH) && (dp == ndp->ni_usedvp)) {
1946 if (ndp->ni_flag & NAMEI_RESOLVE_BENEATH) {
H A Dvfs_vnops.c453 ndp->ni_flag |= NAMEI_RESOLVE_BENEATH; in vn_open_auth()
575 ndp->ni_flag |= NAMEI_RESOLVE_BENEATH; in vn_open_auth()
H A Dvfs_cache.c1992 if ((ndp->ni_flag & NAMEI_RESOLVE_BENEATH) && (dp == ndp->ni_usedvp)) { in cache_lookup_path()