/Linux-v6.1/include/uapi/asm-generic/ |
D | fcntl.h | 26 #ifndef O_EXCL 27 #define O_EXCL 00000200 /* not fcntl */ macro
|
/Linux-v6.1/tools/include/uapi/asm-generic/ |
D | fcntl.h | 26 #ifndef O_EXCL 27 #define O_EXCL 00000200 /* not fcntl */ macro
|
/Linux-v6.1/arch/parisc/include/uapi/asm/ |
D | fcntl.h | 7 #define O_EXCL 000002000 /* not fcntl */ macro
|
/Linux-v6.1/arch/mips/include/uapi/asm/ |
D | fcntl.h | 19 #define O_EXCL 0x0400 /* not fcntl */ macro
|
/Linux-v6.1/arch/alpha/include/uapi/asm/ |
D | fcntl.h | 7 #define O_EXCL 04000 /* not fcntl */ macro
|
/Linux-v6.1/arch/sparc/include/uapi/asm/ |
D | fcntl.h | 9 #define O_EXCL 0x0800 /* not fcntl */ macro
|
/Linux-v6.1/fs/cifs/ |
D | dir.c | 272 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL)) 484 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL)) 535 unsigned oflags = O_EXCL | O_CREAT | O_RDWR;
|
/Linux-v6.1/include/uapi/linux/ |
D | watch_queue.h | 9 #define O_NOTIFICATION_PIPE O_EXCL /* Parameter to pipe2() selecting notification pipe */
|
/Linux-v6.1/include/linux/ |
D | fcntl.h | 10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
|
/Linux-v6.1/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-v6.1/include/trace/events/ |
D | fs.h | 29 { O_EXCL, "O_EXCL" }, \
|
/Linux-v6.1/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-v6.1/fs/coda/ |
D | file.c | 205 unsigned short flags = coda_file->f_flags & (~O_EXCL); in coda_open() 238 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-v6.1/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-v6.1/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-v6.1/tools/include/nolibc/ |
D | arch-arm.h | 15 #define O_EXCL 0x80 macro
|
D | arch-i386.h | 15 #define O_EXCL 0x80 macro
|
D | arch-mips.h | 18 #define O_EXCL 0x0400 macro
|
D | arch-aarch64.h | 15 #define O_EXCL 0x80 macro
|
D | arch-riscv.h | 15 #define O_EXCL 0x200 macro
|
D | arch-x86_64.h | 15 #define O_EXCL 0x80 macro
|
/Linux-v6.1/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-v6.1/arch/um/os-Linux/ |
D | mem.c | 132 fd = open(tempdir, O_CLOEXEC | O_RDWR | O_EXCL | O_TMPFILE, 0700); in make_tempfile()
|
/Linux-v6.1/tools/testing/selftests/kvm/ |
D | hardware_disable_test.c | 160 sem = sem_open("vm_sem", O_CREAT | O_EXCL, 0644, 0); in main()
|