Home
last modified time | relevance | path

Searched defs:O_TMPFILE (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/trace/beauty/
H A Dopen_flags.c19 #define O_TMPFILE 020000000 macro
/linux/rust/kernel/fs/
H A Dfile.rs72 pub const O_TMPFILE: u32 = bindings::O_TMPFILE; constant
/linux/include/uapi/asm-generic/
H A Dfcntl.h92 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
/linux/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h22 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro