/Linux-v5.15/include/uapi/asm-generic/ |
D | fcntl.h | 26 #ifndef O_EXCL 27 #define O_EXCL 00000200 /* not fcntl */ macro
|
/Linux-v5.15/tools/include/uapi/asm-generic/ |
D | fcntl.h | 25 #ifndef O_EXCL 26 #define O_EXCL 00000200 /* not fcntl */ macro
|
/Linux-v5.15/arch/parisc/include/uapi/asm/ |
D | fcntl.h | 7 #define O_EXCL 000002000 /* not fcntl */ macro
|
/Linux-v5.15/arch/alpha/include/uapi/asm/ |
D | fcntl.h | 7 #define O_EXCL 04000 /* not fcntl */ macro
|
/Linux-v5.15/arch/sparc/include/uapi/asm/ |
D | fcntl.h | 9 #define O_EXCL 0x0800 /* not fcntl */ macro
|
/Linux-v5.15/arch/mips/include/uapi/asm/ |
D | fcntl.h | 19 #define O_EXCL 0x0400 /* not fcntl */ macro
|
/Linux-v5.15/fs/cifs/ |
D | dir.c | 271 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL)) in cifs_do_create() 485 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL)) in cifs_atomic_open() 531 unsigned oflags = O_EXCL | O_CREAT | O_RDWR; in cifs_create()
|
/Linux-v5.15/include/uapi/linux/ |
D | watch_queue.h | 9 #define O_NOTIFICATION_PIPE O_EXCL /* Parameter to pipe2() selecting notification pipe */
|
/Linux-v5.15/include/linux/ |
D | fcntl.h | 10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
|
/Linux-v5.15/arch/x86/kernel/cpu/mce/ |
D | dev-mcelog.c | 133 (mce_chrdev_open_count && (file->f_flags & O_EXCL))) { in mce_chrdev_open() 139 if (file->f_flags & O_EXCL) in mce_chrdev_open()
|
/Linux-v5.15/drivers/xen/ |
D | mcelog.c | 79 (xen_mce_chrdev_open_count && (file->f_flags & O_EXCL))) { in xen_mce_chrdev_open() 85 if (file->f_flags & O_EXCL) in xen_mce_chrdev_open()
|
/Linux-v5.15/tools/testing/selftests/mqueue/ |
D | mq_open_tests.c | 202 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.15/fs/coda/ |
D | file.c | 203 unsigned short flags = coda_file->f_flags & (~O_EXCL); in coda_open() 236 unsigned short flags = (coda_file->f_flags) & (~O_EXCL); in coda_release()
|
D | coda_linux.c | 63 if (flags & O_EXCL) in coda_flags_to_cflags()
|
/Linux-v5.15/drivers/thermal/intel/int340x_thermal/ |
D | acpi_thermal_rel.c | 34 (acpi_thermal_rel_chrdev_count && (file->f_flags & O_EXCL))) { in acpi_thermal_rel_open() 39 if (file->f_flags & O_EXCL) in acpi_thermal_rel_open()
|
/Linux-v5.15/drivers/char/ |
D | nvram.c | 355 if ((nvram_open_cnt && (file->f_flags & O_EXCL)) || in nvram_misc_open() 370 if (file->f_flags & O_EXCL) in nvram_misc_open()
|
/Linux-v5.15/arch/um/os-Linux/ |
D | mem.c | 110 fd = open(tempdir, O_CLOEXEC | O_RDWR | O_EXCL | O_TMPFILE, 0700); in make_tempfile()
|
D | umid.c | 224 fd = open(file, O_RDWR | O_CREAT | O_EXCL, 0644); in create_pid_file()
|
/Linux-v5.15/tools/include/nolibc/ |
D | nolibc.h | 422 #define O_EXCL 0x80 macro 602 #define O_EXCL 0x80 macro 787 #define O_EXCL 0x80 macro 984 #define O_EXCL 0x80 macro 1193 #define O_EXCL 0x0400 macro 1387 #define O_EXCL 0x200 macro
|
/Linux-v5.15/tools/testing/selftests/kvm/ |
D | hardware_disable_test.c | 171 sem = sem_open("vm_sem", O_CREAT | O_EXCL, 0644, 0); in main()
|
/Linux-v5.15/fs/pstore/ |
D | blk.c | 213 psblk_file = filp_open(devpath, O_RDWR | O_DSYNC | O_NOATIME | O_EXCL, 0); in __register_pstore_blk()
|
/Linux-v5.15/tools/testing/selftests/capabilities/ |
D | test_execve.c | 160 int to = open(toname, O_CREAT | O_WRONLY | O_EXCL, 0700); in copy_fromat_to()
|
/Linux-v5.15/tools/testing/selftests/openat2/ |
D | openat2_test.c | 186 .how.flags = O_PATH | O_EXCL, .err = -EINVAL }, in test_openat2_flags()
|
/Linux-v5.15/tools/perf/util/ |
D | data-convert-json.c | 321 fd = open(output_name, O_CREAT | O_WRONLY | (opts->force ? O_TRUNC : O_EXCL), 0666); in bt_convert__perf2json()
|
/Linux-v5.15/tools/testing/selftests/proc/ |
D | proc-pid-vm.c | 194 fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_EXCL|O_TMPFILE, 0700); in make_exe()
|