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

/freebsd-11-stable/sys/kern/
H A Dvfs_lookup.c180 if ((ndp->ni_lcf & NI_LCF_CAP_DOTDOT) == 0 || dp->v_type != VDIR)
194 (ndp->ni_lcf & NI_LCF_CAP_DOTDOT) != 0, ("not strictrelative"));
215 if ((ndp->ni_lcf & NI_LCF_CAP_DOTDOT) == 0 || dp == NULL ||
247 if ((ndp->ni_lcf & NI_LCF_STRICTRELATIVE) != 0) {
313 ndp->ni_lcf = 0;
353 ndp->ni_lcf |= NI_LCF_STRICTRELATIVE;
446 ndp->ni_lcf |= NI_LCF_STRICTRELATIVE;
461 if ((ndp->ni_lcf & NI_LCF_STRICTRELATIVE) != 0 &&
463 ndp->ni_lcf |= NI_LCF_CAP_DOTDOT;
814 if ((ndp->ni_lcf
[all...]
H A Dvfs_syscalls.c969 if ((nd.ni_lcf & NI_LCF_STRICTRELATIVE) == 0 &&
1015 if ((nd.ni_lcf & NI_LCF_STRICTRELATIVE) != 0)
/freebsd-11-stable/sys/sys/
H A Dnamei.h78 int ni_lcf; /* local call flags */ member in struct:nameidata
160 * Flags in ni_lcf, valid for the duration of the namei call.
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.c353 ndp->ni_lcf = 0;

Completed in 183 milliseconds