Home
last modified time | relevance | path

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

/arch/parisc/include/uapi/asm/
A Dfcntl.h7 #define O_EXCL 000002000 /* not fcntl */ macro
/arch/mips/include/uapi/asm/
A Dfcntl.h19 #define O_EXCL 0x0400 /* not fcntl */ macro
/arch/alpha/include/uapi/asm/
A Dfcntl.h7 #define O_EXCL 04000 /* not fcntl */ macro
/arch/sparc/include/uapi/asm/
A Dfcntl.h9 #define O_EXCL 0x0800 /* not fcntl */ macro
/arch/x86/kernel/cpu/mce/
A Ddev-mcelog.c132 (mce_chrdev_open_count && (file->f_flags & O_EXCL))) { in mce_chrdev_open()
138 if (file->f_flags & O_EXCL) in mce_chrdev_open()
/arch/um/os-Linux/
A Dmem.c146 fd = open(tempdir, O_CLOEXEC | O_RDWR | O_EXCL | O_TMPFILE, 0700); in make_tempfile()
A Dumid.c223 fd = open(file, O_RDWR | O_CREAT | O_EXCL, 0644); in create_pid_file()
A Dfile.c184 f |= O_EXCL; in os_open_file()

Completed in 20 milliseconds