Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/vfs/
H A Dvfs_syscalls.c6199 int nofollow_any = 0; in unlinkat_internal() local
6206 nofollow_any = NAMEI_NOFOLLOW_ANY; in unlinkat_internal()
6237 ndp->ni_flag |= NAMEI_COMPOUNDREMOVE | nofollow_any; in unlinkat_internal()
9197 int32_t nofollow_any = 0; in renameat_internal() local
9220 nofollow_any = NAMEI_NOFOLLOW_ANY; in renameat_internal()
9224 fromnd->ni_flag = NAMEI_COMPOUNDRENAME | nofollow_any; in renameat_internal()
9228 tond->ni_flag = NAMEI_COMPOUNDRENAME | nofollow_any; in renameat_internal()
10176 int nofollow_any = 0; in rmdirat_internal() local
10182 nofollow_any = NAMEI_NOFOLLOW_ANY; in rmdirat_internal()
10194 ndp->ni_flag = NAMEI_COMPOUNDRMDIR | nofollow_any; in rmdirat_internal()