Home
last modified time | relevance | path

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

12345

/Linux-v6.6/tools/testing/selftests/openat2/
Dopenat2_test.c171 .how.flags = O_TMPFILE | O_CREAT | O_RDWR, .err = -EINVAL }, in test_openat2_flags()
184 .how.flags = O_PATH | O_CREAT, .err = -EINVAL }, in test_openat2_flags()
200 .how.flags = O_CREAT, .how.mode = 0600 }, in test_openat2_flags()
205 .how.flags = O_CREAT, in test_openat2_flags()
208 .how.flags = O_CREAT, in test_openat2_flags()
228 .how.flags = O_CREAT, in test_openat2_flags()
258 path = (test->how.flags & O_CREAT) ? "/tmp/ksft.openat2_tmpfile" : "."; in test_openat2_flags()
291 if (test->how.flags & O_CREAT) in test_openat2_flags()
292 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-v6.6/fs/smb/client/
Ddir.c281 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL))
283 else if ((oflags & (O_CREAT | O_TRUNC)) == (O_CREAT | O_TRUNC))
285 else if ((oflags & O_CREAT) == O_CREAT)
446 if (!(oflags & O_CREAT)) {
494 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL))
545 unsigned oflags = O_EXCL | O_CREAT | O_RDWR;
/Linux-v6.6/tools/include/uapi/asm-generic/
Dfcntl.h23 #ifndef O_CREAT
24 #define O_CREAT 00000100 /* not fcntl */ macro
/Linux-v6.6/include/uapi/asm-generic/
Dfcntl.h23 #ifndef O_CREAT
24 #define O_CREAT 00000100 /* not fcntl */ macro
/Linux-v6.6/tools/testing/selftests/cachestat/
Dtest_cachestat.c215 int fd = shm_open(filename, O_CREAT | O_RDWR, 0600); in test_cachestat_shmem()
289 false, 4, O_CREAT | O_RDWR, 0600) == KSFT_PASS) in main()
297 true, 4, O_CREAT | O_RDWR, 0600)) { in main()
/Linux-v6.6/arch/parisc/include/uapi/asm/
Dfcntl.h6 #define O_CREAT 000000400 /* not fcntl */ macro
/Linux-v6.6/arch/mips/include/uapi/asm/
Dfcntl.h17 #define O_CREAT 0x0100 /* not fcntl */ macro
/Linux-v6.6/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-v6.6/arch/alpha/include/uapi/asm/
Dfcntl.h5 #define O_CREAT 01000 /* not fcntl */ macro
/Linux-v6.6/arch/sparc/include/uapi/asm/
Dfcntl.h7 #define O_CREAT 0x0200 /* not fcntl */ macro
/Linux-v6.6/include/linux/
Dfcntl.h10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
/Linux-v6.6/tools/testing/selftests/timers/
Dmqueue-lat.c66 q = mq_open("/foo", O_CREAT | O_RDONLY, 0666, NULL); in mqueue_lat_test()
/Linux-v6.6/include/trace/misc/
Dfs.h28 { O_CREAT, "O_CREAT" }, \
/Linux-v6.6/fs/
Dopen.c945 f->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); in do_dentry_open()
1203 #define WILL_CREATE(flags) (flags & (O_CREAT | __O_TMPFILE))
1269 if ((flags & (O_DIRECTORY | O_CREAT)) == (O_DIRECTORY | O_CREAT)) in build_open_flags()
1315 if (flags & O_CREAT) { in build_open_flags()
1340 if (flags & (O_TRUNC | O_CREAT | __O_TMPFILE)) in build_open_flags()
1509 int flags = O_CREAT | O_WRONLY | O_TRUNC; in SYSCALL_DEFINE2()
/Linux-v6.6/tools/perf/trace/beauty/
Dopen_flags.c84 if (!(flags & O_CREAT)) in syscall_arg__scnprintf_open_flags()
/Linux-v6.6/tools/testing/selftests/fchmodat2/
Dfchmodat2_test.c32 ret = openat(dfd, "regfile", O_CREAT | O_WRONLY | O_TRUNC, 0644); in setup_testdir()
/Linux-v6.6/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-v6.6/tools/testing/selftests/filelock/
Dofdlocks.c39 int fd = open("/tmp/aa", O_RDWR | O_CREAT | O_EXCL, 0600); in main()
/Linux-v6.6/tools/testing/selftests/firmware/
Dfw_namespace.c57 fd = open(fw_path, O_WRONLY | O_CREAT, 0600); in setup_fw()
/Linux-v6.6/tools/objtool/
Dobjtool.c38 d = open(name, O_CREAT|O_WRONLY|O_TRUNC, 0644); in objtool_create_backup()
/Linux-v6.6/arch/powerpc/boot/
Dmktree.c87 if ((out_fd = open(argv[2], (O_RDWR | O_CREAT | O_TRUNC), 0666)) < 0) { in main()
/Linux-v6.6/tools/testing/selftests/kcmp/
Dkcmp_test.c42 fd1 = open(kpath, O_RDWR | O_CREAT | O_TRUNC, 0644); in main()

12345