Searched refs:O_EXCL (Results 1 – 8 of 8) sorted by relevance
7 #define O_EXCL 000002000 /* not fcntl */ macro
19 #define O_EXCL 0x0400 /* not fcntl */ macro
7 #define O_EXCL 04000 /* not fcntl */ macro
9 #define O_EXCL 0x0800 /* not fcntl */ macro
132 (mce_chrdev_open_count && (file->f_flags & O_EXCL))) { in mce_chrdev_open()138 if (file->f_flags & O_EXCL) in mce_chrdev_open()
146 fd = open(tempdir, O_CLOEXEC | O_RDWR | O_EXCL | O_TMPFILE, 0700); in make_tempfile()
223 fd = open(file, O_RDWR | O_CREAT | O_EXCL, 0644); in create_pid_file()
184 f |= O_EXCL; in os_open_file()
Completed in 20 milliseconds