Home
last modified time | relevance | path

Searched refs:O_CREAT (Results 1 – 25 of 91) sorted by relevance

1234

/Linux-v5.10/tools/testing/selftests/openat2/
Dopenat2_test.c167 .how.flags = O_TMPFILE | O_CREAT | O_RDWR, .err = -EINVAL }, in test_openat2_flags()
180 .how.flags = O_PATH | O_CREAT, .err = -EINVAL }, in test_openat2_flags()
196 .how.flags = O_CREAT, .how.mode = 0600 }, in test_openat2_flags()
201 .how.flags = O_CREAT, in test_openat2_flags()
204 .how.flags = O_CREAT, in test_openat2_flags()
218 .how.flags = O_CREAT, in test_openat2_flags()
243 path = (test->how.flags & O_CREAT) ? "/tmp/ksft.openat2_tmpfile" : "."; in test_openat2_flags()
266 if (test->how.flags & O_CREAT) in test_openat2_flags()
267 fdflags |= O_CREAT; in test_openat2_flags()
Dresolve_test.c286 .path = "newfile1", .how.flags = O_CREAT, in test_openat2_opath_tests()
291 .path = "/newfile2", .how.flags = O_CREAT, in test_openat2_opath_tests()
296 .path = "/creatlink", .how.flags = O_CREAT, in test_openat2_opath_tests()
455 if (!(test->how.flags & O_CREAT)) in test_openat2_opath_tests()
Dhelpers.c49 int fd = openat(dfd, path, O_CREAT, 0700); in touchat()
/Linux-v5.10/tools/include/uapi/asm-generic/
Dfcntl.h22 #ifndef O_CREAT
23 #define O_CREAT 00000100 /* not fcntl */ macro
93 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)
/Linux-v5.10/include/uapi/asm-generic/
Dfcntl.h23 #ifndef O_CREAT
24 #define O_CREAT 00000100 /* not fcntl */ macro
94 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)
/Linux-v5.10/fs/cifs/
Ddir.c326 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL)) in cifs_do_create()
328 else if ((oflags & (O_CREAT | O_TRUNC)) == (O_CREAT | O_TRUNC)) in cifs_do_create()
330 else if ((oflags & O_CREAT) == O_CREAT) in cifs_do_create()
486 if (!(oflags & O_CREAT)) { in cifs_atomic_open()
535 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL)) in cifs_atomic_open()
581 unsigned oflags = O_EXCL | O_CREAT | O_RDWR; in cifs_create()
/Linux-v5.10/arch/parisc/include/uapi/asm/
Dfcntl.h6 #define O_CREAT 000000400 /* not fcntl */ macro
/Linux-v5.10/tools/testing/selftests/efivarfs/
Dcreate-read.c26 fd = open(path, O_RDWR | O_CREAT, 0600); in main()
Dopen-unlink.c89 fd = open(path, O_WRONLY | O_CREAT, 0600); in main()
/Linux-v5.10/arch/alpha/include/uapi/asm/
Dfcntl.h5 #define O_CREAT 01000 /* not fcntl */ macro
/Linux-v5.10/arch/sparc/include/uapi/asm/
Dfcntl.h7 #define O_CREAT 0x0200 /* not fcntl */ macro
/Linux-v5.10/arch/mips/include/uapi/asm/
Dfcntl.h17 #define O_CREAT 0x0100 /* not fcntl */ macro
/Linux-v5.10/tools/testing/selftests/vm/
Dhugepage-mmap.c70 fd = open(FILE_NAME, O_CREAT | O_RDWR, 0755); in main()
Dgup_benchmark.c97 filed = open(file, O_RDWR|O_CREAT); in main()
Dwrite_to_hugetlbfs.c167 fd = open(path, O_CREAT | O_RDWR, 0777); in main()
/Linux-v5.10/include/linux/
Dfcntl.h10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
/Linux-v5.10/tools/testing/selftests/timers/
Dmqueue-lat.c66 q = mq_open("/foo", O_CREAT | O_RDONLY, 0666, NULL); in mqueue_lat_test()
/Linux-v5.10/tools/perf/trace/beauty/
Dopen_flags.c84 if (!(flags & O_CREAT)) in syscall_arg__scnprintf_open_flags()
/Linux-v5.10/tools/testing/selftests/mqueue/
Dmq_open_tests.c202 int flags = O_RDWR | O_EXCL | O_CREAT; in test_queue()
224 int flags = O_RDWR | O_EXCL | O_CREAT; in test_queue_fail()
/Linux-v5.10/arch/powerpc/boot/
Dmktree.c87 if ((out_fd = open(argv[2], (O_RDWR | O_CREAT | O_TRUNC), 0666)) < 0) { in main()
/Linux-v5.10/tools/testing/selftests/firmware/
Dfw_namespace.c57 fd = open(fw_path, O_WRONLY | O_CREAT, 0600); in setup_fw()
/Linux-v5.10/tools/testing/selftests/kcmp/
Dkcmp_test.c42 fd1 = open(kpath, O_RDWR | O_CREAT | O_TRUNC, 0644); in main()
/Linux-v5.10/tools/testing/selftests/exec/
Dexecveat.c143 int out_fd = open(dest, O_RDWR|O_CREAT|O_TRUNC, 0755); in exe_cp()
390 fd = open("subdir.ephemeral/script", O_RDWR|O_CREAT|O_TRUNC, 0755); in prerequisites()
/Linux-v5.10/tools/perf/util/
Ddata.c57 ret = open(file->path, O_RDWR|O_CREAT|O_TRUNC, S_IRUSR|S_IWUSR); in perf_data__create_dir()
273 fd = open(data->file.path, O_CREAT|O_RDWR|O_TRUNC|O_CLOEXEC, in open_file_write()
/Linux-v5.10/tools/include/nolibc/
Dnolibc.h444 #define O_CREAT 0x40 macro
624 #define O_CREAT 0x40 macro
809 #define O_CREAT 0x40 macro
1006 #define O_CREAT 0x40 macro
1214 #define O_CREAT 0x0100 macro
1409 #define O_CREAT 0x100 macro

1234