Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/vfs/
H A Dvfs_syscalls.c6179 int nofollow_any = 0; in unlinkat_internal() local
6186 nofollow_any = NAMEI_NOFOLLOW_ANY; in unlinkat_internal()
6217 ndp->ni_flag |= NAMEI_COMPOUNDREMOVE | nofollow_any; in unlinkat_internal()
9149 int32_t nofollow_any = 0; in renameat_internal() local
9172 nofollow_any = NAMEI_NOFOLLOW_ANY; in renameat_internal()
9176 fromnd->ni_flag = NAMEI_COMPOUNDRENAME | nofollow_any; in renameat_internal()
9180 tond->ni_flag = NAMEI_COMPOUNDRENAME | nofollow_any; in renameat_internal()
10128 int nofollow_any = 0; in rmdirat_internal() local
10134 nofollow_any = NAMEI_NOFOLLOW_ANY; in rmdirat_internal()
10146 ndp->ni_flag = NAMEI_COMPOUNDRMDIR | nofollow_any; in rmdirat_internal()