Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/vfs/
H A Dvfs_syscalls.c6006 int nofollow_any = 0; in unlinkat_internal() local
6013 nofollow_any = NAMEI_NOFOLLOW_ANY; in unlinkat_internal()
6044 ndp->ni_flag |= NAMEI_COMPOUNDREMOVE | nofollow_any; in unlinkat_internal()
8929 int32_t nofollow_any = 0; in renameat_internal() local
8952 nofollow_any = NAMEI_NOFOLLOW_ANY; in renameat_internal()
8956 fromnd->ni_flag = NAMEI_COMPOUNDRENAME | nofollow_any; in renameat_internal()
8960 tond->ni_flag = NAMEI_COMPOUNDRENAME | nofollow_any; in renameat_internal()
9895 int nofollow_any = 0; in rmdirat_internal() local
9901 nofollow_any = NAMEI_NOFOLLOW_ANY; in rmdirat_internal()
9913 ndp->ni_flag = NAMEI_COMPOUNDRMDIR | nofollow_any; in rmdirat_internal()