Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/vfs/
H A Dvfs_syscalls.c6094 int nofollow_any = 0; in unlinkat_internal() local
6101 nofollow_any = NAMEI_NOFOLLOW_ANY; in unlinkat_internal()
6132 ndp->ni_flag |= NAMEI_COMPOUNDREMOVE | nofollow_any; in unlinkat_internal()
9044 int32_t nofollow_any = 0; in renameat_internal() local
9067 nofollow_any = NAMEI_NOFOLLOW_ANY; in renameat_internal()
9071 fromnd->ni_flag = NAMEI_COMPOUNDRENAME | nofollow_any; in renameat_internal()
9075 tond->ni_flag = NAMEI_COMPOUNDRENAME | nofollow_any; in renameat_internal()
10013 int nofollow_any = 0; in rmdirat_internal() local
10019 nofollow_any = NAMEI_NOFOLLOW_ANY; in rmdirat_internal()
10031 ndp->ni_flag = NAMEI_COMPOUNDRMDIR | nofollow_any; in rmdirat_internal()