/linux/include/uapi/asm-generic/ |
H A D | fcntl.h | 26 #ifndef O_EXCL 27 #define O_EXCL 00000200 /* not fcntl */ macro
|
/linux/arch/parisc/include/uapi/asm/ |
H A D | fcntl.h | 7 #define O_EXCL 000002000 /* not fcntl */ macro
|
/linux/arch/mips/include/uapi/asm/ |
H A D | fcntl.h | 19 #define O_EXCL 0x0400 /* not fcntl */ macro
|
/linux/arch/alpha/include/uapi/asm/ |
H A D | fcntl.h | 7 #define O_EXCL 04000 /* not fcntl */ macro
|
/linux/arch/sparc/include/uapi/asm/ |
H A D | fcntl.h | 9 #define O_EXCL 0x0800 /* not fcntl */ macro
|
/linux/include/uapi/linux/ |
H A D | pidfd.h | 12 #define PIDFD_THREAD O_EXCL
|
H A D | watch_queue.h | 9 #define O_NOTIFICATION_PIPE O_EXCL /* Parameter to pipe2() selecting notification pipe */
|
/linux/fs/smb/client/ |
H A D | dir.c | 288 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL)) 509 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL)) 560 unsigned oflags = O_EXCL | O_CREAT | O_RDWR;
|
/linux/include/linux/ |
H A D | fcntl.h | 10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
|
/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/include/trace/misc/ |
H A D | fs.h | 29 { O_EXCL, "O_EXCL" }, \
|
/linux/drivers/xen/ |
H A 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/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/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/drivers/char/ |
H A 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/tools/testing/selftests/kvm/ |
H A D | hardware_disable_test.c | 157 sem = sem_open("vm_sem", O_CREAT | O_EXCL, 0644, 0); in main()
|
/linux/arch/um/os-Linux/ |
H A D | mem.c | 134 fd = open(tempdir, O_CLOEXEC | O_RDWR | O_EXCL | O_TMPFILE, 0700); in make_tempfile()
|
H A D | umid.c | 223 fd = open(file, O_RDWR | O_CREAT | O_EXCL, 0644); in create_pid_file()
|
/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/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/testing/selftests/openat2/ |
H A D | openat2_test.c | 187 .how.flags = O_PATH | O_EXCL, .err = -EINVAL }, in test_openat2_flags()
|
/linux/drivers/misc/ |
H A D | hpilo.c | 589 data->ccb_excl = fp->f_flags & O_EXCL; in ilo_open() 615 if (fp->f_flags & O_EXCL || hw->ccb_alloc[slot]->ccb_excl) { in ilo_open()
|