Home
last modified time | relevance | path

Searched defs:STATX_ATTR_VERITY (Results 1 – 3 of 3) sorted by relevance

/external/ltp/include/lapi/
Dstat.h227 # define STATX_ATTR_VERITY 0x00100000 macro
/external/kernel-headers/original/uapi/linux/
Dstat.h190 #define STATX_ATTR_VERITY 0x00100000 /* [I] Verity protected file */ macro
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs1030 pub const STATX_ATTR_VERITY: ::c_int = 0x00100000; constant