| /linux/tools/include/uapi/asm-generic/ |
| H A D | fcntl.h | |
| /linux/rust/kernel/fs/ |
| H A D | file.rs | 49 pub const O_EXCL: u32 = bindings::O_EXCL; constant
|
| /linux/include/uapi/linux/ |
| H A D | watch_queue.h | 9 #define O_NOTIFICATION_PIPE O_EXCL /* Parameter to pipe2() selecting notification pipe */
|
| /linux/arch/x86/kernel/cpu/mce/ |
| H A D | dev-mcelog.c | 132 (mce_chrdev_open_count && (file->f_flags & O_EXCL))) { in mce_chrdev_open() 138 if (file->f_flags & O_EXCL) in mce_chrdev_open()
|
| /linux/tools/testing/selftests/mqueue/ |
| H A 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/include/trace/misc/ |
| H A D | fs.h | 29 { O_EXCL, "O_EXCL" }, \
|
| /linux/tools/testing/selftests/filelock/ |
| H A D | ofdlocks.c | 39 int fd = open("/tmp/aa", O_RDWR | O_CREAT | O_EXCL, 0600); in main()
|
| /linux/fs/coda/ |
| H A D | file.c | 230 unsigned short flags = coda_file->f_flags & (~O_EXCL); in coda_open() 263 unsigned short flags = (coda_file->f_flags) & (~O_EXCL); in coda_release()
|
| H A D | coda_linux.c | 63 if (flags & O_EXCL) in coda_flags_to_cflags()
|
| /linux/tools/testing/selftests/kvm/ |
| H A D | hardware_disable_test.c | 141 sem = sem_open("vm_sem", O_CREAT | O_EXCL, 0644, 0); in wait_for_child_setup()
|
| /linux/arch/um/os-Linux/ |
| H A D | mem.c | 146 fd = open(tempdir, O_CLOEXEC | O_RDWR | O_EXCL | O_TMPFILE, 0700); in make_tempfile()
|
| /linux/tools/testing/selftests/pidfd/ |
| H A D | pidfd.h | 180 #define PIDFD_THREAD O_EXCL
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | task_local_data.h | 164 tid_fd = syscall(SYS_pidfd_open, sys_gettid(), O_EXCL); in __tld_init_data_p()
|
| /linux/drivers/thermal/intel/int340x_thermal/ |
| H A 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/fs/pstore/ |
| H A D | blk.c | 212 psblk_file = filp_open(devpath, O_RDWR | O_DSYNC | O_NOATIME | O_EXCL, 0); in __register_pstore_blk()
|
| /linux/tools/testing/selftests/coredump/ |
| H A D | coredump_test_helpers.c | 304 return openat(fd_tmpfs_detached, ".", O_TMPFILE | O_RDWR | O_EXCL, 0600); in open_coredump_tmpfile()
|
| /linux/tools/testing/selftests/openat2/ |
| H A D | openat2_test.c | |
| /linux/tools/testing/selftests/mm/ |
| H A D | rmap.c | 359 fd = open(data->filename, O_CREAT | O_RDWR | O_EXCL, 0666); in TEST_F()
|
| /linux/tools/testing/selftests/capabilities/ |
| H A D | test_execve.c | 151 int to = open(toname, O_CREAT | O_WRONLY | O_EXCL, 0700); in copy_fromat_to()
|
| /linux/tools/power/acpi/os_specific/service_layers/ |
| H A D | osunixxf.c | 644 sem_open(semaphore_name, O_EXCL | O_CREAT, 0755, in acpi_os_create_semaphore()
|
| /linux/fs/nfs/ |
| H A D | nfs4file.c | 55 openflags &= ~(O_CREAT|O_EXCL); in nfs4_file_open()
|
| /linux/tools/perf/util/ |
| H A D | data-convert-json.c | 383 fd = open(output_name, O_CREAT | O_WRONLY | (opts->force ? O_TRUNC : O_EXCL), 0666); in bt_convert__perf2json()
|
| /linux/drivers/scsi/ |
| H A D | sg.c | 251 if (flags & O_EXCL) { in open_wait() 295 if ((flags & O_EXCL) && (O_RDONLY == (flags & O_ACCMODE))) in sg_open() 323 if (flags & O_EXCL) { in sg_open() 341 if (flags & O_EXCL) in sg_open() 365 if (flags & O_EXCL) { in sg_open()
|
| /linux/tools/testing/selftests/cgroup/ |
| H A D | cgroup_util.c | |
| /linux/tools/testing/selftests/proc/ |
| H A D | proc-pid-vm.c | 201 fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_EXCL|O_TMPFILE, 0700); in make_exe()
|