Searched refs:NI_LCF_CAP_DOTDOT (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/kern/
H A Dvfs_lookup.c200 if ((ndp->ni_lcf & NI_LCF_CAP_DOTDOT) == 0 || dp->v_type != VDIR)
228 (ndp->ni_lcf & NI_LCF_CAP_DOTDOT) != 0, ("not strictrelative"));
255 if ((ndp->ni_lcf & NI_LCF_CAP_DOTDOT) == 0)
393 NI_LCF_CAP_DOTDOT;
418 ndp->ni_lcf |= NI_LCF_CAP_DOTDOT;
1198 NI_LCF_CAP_DOTDOT)) == NI_LCF_STRICTREL)) {
/freebsd-current/sys/sys/
H A Dnamei.h202 #define NI_LCF_CAP_DOTDOT 0x0002 /* ".." in strictrelative case */ macro

Completed in 130 milliseconds