Searched refs:O_EXCL (Results 1 - 25 of 61) sorted by relevance

123

/linux-master/include/uapi/linux/
H A Dpidfd.h11 #define PIDFD_THREAD O_EXCL
H A Dwatch_queue.h9 #define O_NOTIFICATION_PIPE O_EXCL /* Parameter to pipe2() selecting notification pipe */
/linux-master/arch/parisc/include/uapi/asm/
H A Dfcntl.h7 #define O_EXCL 000002000 /* not fcntl */ macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dfcntl.h7 #define O_EXCL 04000 /* not fcntl */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Dfcntl.h19 #define O_EXCL 0x0400 /* not fcntl */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Dfcntl.h9 #define O_EXCL 0x0800 /* not fcntl */ macro
/linux-master/include/uapi/asm-generic/
H A Dfcntl.h26 #ifndef O_EXCL
27 #define O_EXCL 00000200 /* not fcntl */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Dfcntl.h26 #ifndef O_EXCL
27 #define O_EXCL 00000200 /* not fcntl */ macro
/linux-master/include/linux/
H A Dfcntl.h10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
/linux-master/include/trace/misc/
H A Dfs.h29 { O_EXCL, "O_EXCL" }, \
/linux-master/tools/testing/selftests/filelock/
H A Dofdlocks.c39 int fd = open("/tmp/aa", O_RDWR | O_CREAT | O_EXCL, 0600);
/linux-master/arch/x86/kernel/cpu/mce/
H A Ddev-mcelog.c132 (mce_chrdev_open_count && (file->f_flags & O_EXCL))) {
138 if (file->f_flags & O_EXCL)
/linux-master/arch/um/os-Linux/
H A Dmem.c132 fd = open(tempdir, O_CLOEXEC | O_RDWR | O_EXCL | O_TMPFILE, 0700);
H A Dumid.c223 fd = open(file, O_RDWR | O_CREAT | O_EXCL, 0644);
/linux-master/tools/testing/selftests/kvm/
H A Dhardware_disable_test.c160 sem = sem_open("vm_sem", O_CREAT | O_EXCL, 0644, 0);
/linux-master/tools/testing/selftests/mqueue/
H A Dmq_open_tests.c202 int flags = O_RDWR | O_EXCL | O_CREAT;
224 int flags = O_RDWR | O_EXCL | O_CREAT;
/linux-master/drivers/xen/
H A Dmcelog.c79 (xen_mce_chrdev_open_count && (file->f_flags & O_EXCL))) {
85 if (file->f_flags & O_EXCL)
/linux-master/fs/coda/
H A Dfile.c230 unsigned short flags = coda_file->f_flags & (~O_EXCL);
263 unsigned short flags = (coda_file->f_flags) & (~O_EXCL);
H A Dcoda_linux.c63 if (flags & O_EXCL)
/linux-master/fs/smb/client/
H A Ddir.c288 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-master/drivers/char/
H A Dnvram.c62 #define NVRAM_EXCL 2 /* opened with O_EXCL */
355 if ((nvram_open_cnt && (file->f_flags & O_EXCL)) ||
370 if (file->f_flags & O_EXCL)
/linux-master/fs/pstore/
H A Dblk.c212 psblk_file = filp_open(devpath, O_RDWR | O_DSYNC | O_NOATIME | O_EXCL, 0);
/linux-master/drivers/thermal/intel/int340x_thermal/
H A Dacpi_thermal_rel.c34 (acpi_thermal_rel_chrdev_count && (file->f_flags & O_EXCL))) {
39 if (file->f_flags & O_EXCL)
/linux-master/tools/testing/selftests/openat2/
H A Dopenat2_test.c185 { .name = "incompatible flags (O_PATH | O_EXCL)",
186 .how.flags = O_PATH | O_EXCL, .err = -EINVAL },
/linux-master/tools/testing/selftests/capabilities/
H A Dtest_execve.c148 int to = open(toname, O_CREAT | O_WRONLY | O_EXCL, 0700);

Completed in 472 milliseconds

123