Home
last modified time | relevance | path

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

123

/linux/tools/include/uapi/asm-generic/
A Dfcntl.h25 #ifndef O_EXCL
26 #define O_EXCL 00000200 /* not fcntl */ macro
/linux/include/uapi/asm-generic/
A Dfcntl.h26 #ifndef O_EXCL
27 #define O_EXCL 00000200 /* not fcntl */ macro
/linux/fs/cifs/
A Ddir.c271 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/arch/parisc/include/uapi/asm/
A Dfcntl.h7 #define O_EXCL 000002000 /* not fcntl */ macro
/linux/arch/alpha/include/uapi/asm/
A Dfcntl.h7 #define O_EXCL 04000 /* not fcntl */ macro
/linux/arch/sparc/include/uapi/asm/
A Dfcntl.h9 #define O_EXCL 0x0800 /* not fcntl */ macro
/linux/arch/mips/include/uapi/asm/
A Dfcntl.h19 #define O_EXCL 0x0400 /* not fcntl */ macro
/linux/include/uapi/linux/
A Dwatch_queue.h9 #define O_NOTIFICATION_PIPE O_EXCL /* Parameter to pipe2() selecting notification pipe */
/linux/arch/x86/kernel/cpu/mce/
A 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/include/linux/
A Dfcntl.h10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
/linux/drivers/xen/
A 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/include/trace/events/
A Dfs.h29 { O_EXCL, "O_EXCL" }, \
/linux/fs/coda/
A Dfile.c204 unsigned short flags = coda_file->f_flags & (~O_EXCL); in coda_open()
237 unsigned short flags = (coda_file->f_flags) & (~O_EXCL); in coda_release()
A Dcoda_linux.c63 if (flags & O_EXCL) in coda_flags_to_cflags()
/linux/drivers/thermal/intel/int340x_thermal/
A 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/tools/testing/selftests/mqueue/
A 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/drivers/char/
A 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/tools/include/nolibc/
A Dnolibc.h422 #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/arch/um/os-Linux/
A Dmem.c110 fd = open(tempdir, O_CLOEXEC | O_RDWR | O_EXCL | O_TMPFILE, 0700); in make_tempfile()
A Dumid.c224 fd = open(file, O_RDWR | O_CREAT | O_EXCL, 0644); in create_pid_file()
/linux/tools/testing/selftests/kvm/
A Dhardware_disable_test.c171 sem = sem_open("vm_sem", O_CREAT | O_EXCL, 0644, 0); in main()
/linux/fs/pstore/
A Dblk.c212 psblk_file = filp_open(devpath, O_RDWR | O_DSYNC | O_NOATIME | O_EXCL, 0); in __register_pstore_blk()
/linux/tools/testing/selftests/capabilities/
A Dtest_execve.c160 int to = open(toname, O_CREAT | O_WRONLY | O_EXCL, 0700); in copy_fromat_to()
/linux/tools/testing/selftests/openat2/
A Dopenat2_test.c186 .how.flags = O_PATH | O_EXCL, .err = -EINVAL }, in test_openat2_flags()
/linux/drivers/misc/
A Dhpilo.c593 data->ccb_excl = fp->f_flags & O_EXCL; in ilo_open()
619 if (fp->f_flags & O_EXCL || hw->ccb_alloc[slot]->ccb_excl) { in ilo_open()

Completed in 39 milliseconds

123