Home
last modified time | relevance | path

Searched defs:F_SEAL_GROW (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/src/tracing/ipc/
Dmemfd.h39 #define F_SEAL_GROW 0x0004 macro
/external/ltp/include/lapi/
Dfcntl.h72 # define F_SEAL_GROW 0x0004 /* prevent file from growing */ macro
/external/kernel-headers/original/uapi/linux/
Dfcntl.h42 #define F_SEAL_GROW 0x0004 /* prevent file from growing */ macro
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs472 pub const F_SEAL_GROW: ::c_int = 0x0004; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1416 pub const F_SEAL_GROW: ::c_int = 0x0004; constant