Searched refs:RENAME_NOREPLACE (Results 1 – 12 of 12) sorted by relevance
/external/strace/xlat/ |
D | rename_flags.h | 6 #if defined(RENAME_NOREPLACE) || (defined(HAVE_DECL_RENAME_NOREPLACE) && HAVE_DECL_RENAME_NOREPLACE) 8 static_assert((RENAME_NOREPLACE) == (1), "RENAME_NOREPLACE != 1"); 11 # define RENAME_NOREPLACE 1 38 XLAT(RENAME_NOREPLACE),
|
D | rename_flags.in | 1 RENAME_NOREPLACE 1
|
/external/ltp/testcases/kernel/syscalls/renameat2/ |
D | renameat201.c | 64 {&olddirfd, TEST_FILE, &newdirfd, TEST_FILE2, RENAME_NOREPLACE, EEXIST}, 67 {&olddirfd, TEST_FILE, &newdirfd, TEST_FILE3, RENAME_NOREPLACE, 0}, 68 {&olddirfd, TEST_FILE, &newdirfd, TEST_FILE2, RENAME_NOREPLACE
|
/external/ltp/include/lapi/ |
D | fcntl.h | 130 #ifndef RENAME_NOREPLACE 131 # define RENAME_NOREPLACE (1 << 0) macro
|
/external/kernel-headers/original/uapi/linux/ |
D | fs.h | 47 #define RENAME_NOREPLACE (1 << 0) /* Don't overwrite target */ macro
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 478 RENAME_NOREPLACE = 1
|
D | sys_amd64.const | 478 RENAME_NOREPLACE = 1
|
D | sys_arm.const | 478 RENAME_NOREPLACE = 1
|
D | sys_ppc64le.const | 478 RENAME_NOREPLACE = 1
|
D | sys_arm64.const | 478 RENAME_NOREPLACE = 1
|
D | sys.txt | 969 renameat2_flags = RENAME_EXCHANGE, RENAME_NOREPLACE, RENAME_WHITEOUT
|
/external/strace/ |
D | ChangeLog | 42025 * renameat.c: Include <linux/fs.h> where RENAME_NOREPLACE,
|