Home
last modified time | relevance | path

Searched refs:__O_TMPFILE (Results 1 – 4 of 4) sorted by relevance

/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h
/linux/io_uring/
H A Dopenclose.c50 return open->how.flags & (O_TRUNC | O_CREAT | __O_TMPFILE); in io_openat_force_async()
/linux/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h21 #define __O_TMPFILE 020000000 macro
22 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)
/linux/fs/
H A Dnamei.c4990 if (unlikely(file->f_flags & __O_TMPFILE)) { in path_openat()