Home
last modified time | relevance | path

Searched refs:O_EXCL (Results 1 – 25 of 67) sorted by relevance

123

/linux-5.19.10/tools/include/uapi/asm-generic/
Dfcntl.h26 #ifndef O_EXCL
27 #define O_EXCL 00000200 /* not fcntl */ macro
/linux-5.19.10/include/uapi/asm-generic/
Dfcntl.h26 #ifndef O_EXCL
27 #define O_EXCL 00000200 /* not fcntl */ macro
/linux-5.19.10/arch/parisc/include/uapi/asm/
Dfcntl.h7 #define O_EXCL 000002000 /* not fcntl */ macro
/linux-5.19.10/arch/mips/include/uapi/asm/
Dfcntl.h19 #define O_EXCL 0x0400 /* not fcntl */ macro
/linux-5.19.10/arch/alpha/include/uapi/asm/
Dfcntl.h7 #define O_EXCL 04000 /* not fcntl */ macro
/linux-5.19.10/arch/sparc/include/uapi/asm/
Dfcntl.h9 #define O_EXCL 0x0800 /* not fcntl */ macro
/linux-5.19.10/fs/cifs/
Ddir.c272 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL)) in cifs_do_create()
486 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL)) in cifs_atomic_open()
536 unsigned oflags = O_EXCL | O_CREAT | O_RDWR; in cifs_create()
/linux-5.19.10/include/uapi/linux/
Dwatch_queue.h9 #define O_NOTIFICATION_PIPE O_EXCL /* Parameter to pipe2() selecting notification pipe */
/linux-5.19.10/include/linux/
Dfcntl.h10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
/linux-5.19.10/arch/x86/kernel/cpu/mce/
Ddev-mcelog.c133 (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-5.19.10/include/trace/events/
Dfs.h29 { O_EXCL, "O_EXCL" }, \
/linux-5.19.10/drivers/xen/
Dmcelog.c79 (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-5.19.10/fs/coda/
Dfile.c205 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()
Dcoda_linux.c63 if (flags & O_EXCL) in coda_flags_to_cflags()
/linux-5.19.10/drivers/thermal/intel/int340x_thermal/
Dacpi_thermal_rel.c34 (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-5.19.10/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-5.19.10/tools/include/nolibc/
Darch-arm.h15 #define O_EXCL 0x80 macro
Darch-i386.h15 #define O_EXCL 0x80 macro
Darch-mips.h18 #define O_EXCL 0x0400 macro
Darch-riscv.h15 #define O_EXCL 0x200 macro
Darch-aarch64.h15 #define O_EXCL 0x80 macro
Darch-x86_64.h15 #define O_EXCL 0x80 macro
/linux-5.19.10/drivers/char/
Dnvram.c355 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-5.19.10/arch/um/os-Linux/
Dmem.c110 fd = open(tempdir, O_CLOEXEC | O_RDWR | O_EXCL | O_TMPFILE, 0700); in make_tempfile()
/linux-5.19.10/tools/testing/selftests/kvm/
Dhardware_disable_test.c171 sem = sem_open("vm_sem", O_CREAT | O_EXCL, 0644, 0); in main()

123