Home
last modified time | relevance | path

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

/tools/include/uapi/asm-generic/
Dfcntl.h25 #ifndef O_EXCL
26 #define O_EXCL 00000200 /* not fcntl */ macro
/tools/testing/selftests/mqueue/
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()
Dmq_perf_tests.c294 int flags = O_RDWR | O_EXCL | O_CREAT | O_NONBLOCK; in open_queue()
/tools/include/nolibc/
Dnolibc.h451 #define O_EXCL 0x80 macro
639 #define O_EXCL 0x80 macro
823 #define O_EXCL 0x80 macro
1019 #define O_EXCL 0x80 macro
1228 #define O_EXCL 0x0400 macro
1421 #define O_EXCL 0x200 macro
/tools/testing/selftests/openat2/
Dopenat2_test.c182 .how.flags = O_PATH | O_EXCL, .err = -EINVAL }, in test_openat2_flags()
/tools/testing/selftests/capabilities/
Dtest_execve.c160 int to = open(toname, O_CREAT | O_WRONLY | O_EXCL, 0700); in copy_fromat_to()
/tools/testing/selftests/proc/
Dproc-pid-vm.c194 fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_EXCL|O_TMPFILE, 0700); in make_exe()
/tools/power/acpi/os_specific/service_layers/
Dosunixxf.c644 sem_open(semaphore_name, O_EXCL | O_CREAT, 0755, in acpi_os_create_semaphore()
/tools/testing/selftests/cgroup/
Dcgroup_util.c456 return open(".", O_TMPFILE | O_RDWR | O_EXCL); in get_temp_fd()
/tools/testing/selftests/vm/
Dhmm-tests.c167 fd = open(path, O_TMPFILE | O_EXCL | O_RDWR, 0600); in hmm_create_file()
/tools/perf/util/
Dsymbol-elf.c1482 kcore->fd = open(filename, O_WRONLY | O_CREAT | O_EXCL, 0400); in kcore__init()