Home
last modified time | relevance | path

Searched defs:O_TMPFILE (Results 1 – 5 of 5) 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.rs73 pub const O_TMPFILE: u32 = bindings::O_TMPFILE; global() constant
/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h
/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