Home
last modified time | relevance | path

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

123456

/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
H A Dfcntl.h25 #ifndef O_EXCL
26 #define O_EXCL 00000200 /* not fcntl */ macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H A Dfcntl.h26 #ifndef O_EXCL
27 #define O_EXCL 00000200 /* not fcntl */ macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dfcntl.h26 #ifndef O_EXCL
27 #define O_EXCL 00000200 /* not fcntl */ macro
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/
H A Dfcntl.h26 #ifndef O_EXCL
27 #define O_EXCL 00000200 /* not fcntl */ macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H A Dfcntl.h16 #ifndef O_EXCL
17 #define O_EXCL 00000200 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dfcntl.h30 #ifndef O_EXCL
31 #define O_EXCL 00000200 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dfcntl.h30 #ifndef O_EXCL
31 #define O_EXCL 00000200 macro
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/
H A DIt_posix_queue_204.cpp44 g_mqueue1 = mq_open(g_mqname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR, &g_attr); in PthreadF01()
58 g_mqueue2 = mq_open(g_mqname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR, &g_attr); in PthreadF02()
/kernel/liteos_a/testsuites/unittest/fuzz/
H A Dsem_open_fuzzer.cpp44 sem_open(buf, O_CREAT | O_EXCL, 0700, 1); in TestSemOpen()
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H A Dfcntl.h7 #define O_EXCL 04000 /* not fcntl */ macro
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
H A Dfcntl.h7 #define O_EXCL 000002000 /* not fcntl */ macro
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H A Dfcntl.h7 #define O_EXCL 04000 /* not fcntl */ macro
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/
H A Dfcntl.h7 #define O_EXCL 000002000 /* not fcntl */ macro
/kernel/linux/linux-5.10/fs/cifs/
H A Ddir.c326 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL)) in cifs_do_create()
535 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL)) in cifs_atomic_open()
581 unsigned oflags = O_EXCL | O_CREAT | O_RDWR; in cifs_create()
/kernel/linux/linux-6.6/fs/smb/client/
H A Ddir.c281 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL))
494 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL))
545 unsigned oflags = O_EXCL | O_CREAT | O_RDWR;
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H A Dfcntl.h19 #define O_EXCL 0x0400 /* not fcntl */ macro
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
H A Dfcntl.h9 #define O_EXCL 0x0800 /* not fcntl */ macro
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H A Dfcntl.h19 #define O_EXCL 0x0400 /* not fcntl */ macro
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/
H A Dfcntl.h9 #define O_EXCL 0x0800 /* not fcntl */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H A Dfcntl.h28 #define O_EXCL 0x0400 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H A Dfcntl.h28 #define O_EXCL 0x0400 macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dwatch_queue.h9 #define O_NOTIFICATION_PIPE O_EXCL /* Parameter to pipe2() selecting notification pipe */
/kernel/linux/linux-5.10/include/linux/
H A Dfcntl.h10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
/kernel/linux/linux-6.6/include/linux/
H A Dfcntl.h10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dwatch_queue.h9 #define O_NOTIFICATION_PIPE O_EXCL /* Parameter to pipe2() selecting notification pipe */

Completed in 9 milliseconds

123456