Home
last modified time | relevance | path

Searched refs:NI_LCF_STRICTREL (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/sys/kern/
HDvfs_lookup.c252 NI_LCF_STRICTREL) == 0) in nameicap_check_dotdot()
294 if (__predict_false((ndp->ni_lcf & (NI_LCF_STRICTREL | in namei_handle_root()
298 if ((ndp->ni_lcf & NI_LCF_STRICTREL) != 0) in namei_handle_root()
347 ndp->ni_lcf |= NI_LCF_STRICTREL; in namei_setup()
393 } else if ((ndp->ni_lcf & NI_LCF_STRICTREL) == 0) { in namei_setup()
394 ndp->ni_lcf |= NI_LCF_STRICTREL | in namei_setup()
419 if ((ndp->ni_lcf & NI_LCF_STRICTREL) != 0) in namei_setup()
1199 if (__predict_false((ndp->ni_lcf & (NI_LCF_STRICTREL | in vfs_lookup()
1200 NI_LCF_CAP_DOTDOT)) == NI_LCF_STRICTREL)) { in vfs_lookup()
1218 (NI_LCF_STRICTREL | NI_LCF_STRICTREL_KTR)) != 0)) { in vfs_lookup()
[all …]
HDkern_descrip.c3100 ndp->ni_lcf |= NI_LCF_STRICTREL; in fgetvp_lookup_smr()
3192 ndp->ni_lcf |= NI_LCF_STRICTREL; in fgetvp_lookup()
/freebsd-14-stable/sys/sys/
HDnamei.h201 #define NI_LCF_STRICTREL 0x0001 /* relative lookup only */ macro