Searched refs:RENAME_NOFOLLOW_ANY (Results 1 – 2 of 2) sorted by relevance
39 #define RENAME_NOFOLLOW_ANY 0x00000010 macro
9066 if (uflags & RENAME_NOFOLLOW_ANY) { in renameat_internal()9773 if (uap->flags & ~(RENAME_SECLUDE | RENAME_EXCL | RENAME_SWAP | RENAME_NOFOLLOW_ANY)) { in renameatx_np()