Home
last modified time | relevance | path

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

/external/ltp/include/lapi/
Dstat.h226 #ifndef STATX_ATTR_VERITY
227 # define STATX_ATTR_VERITY 0x00100000 macro
/external/ltp/testcases/kernel/syscalls/statx/
Dstatx09.c46 if (buf.stx_attributes & STATX_ATTR_VERITY) in test_flagged()
60 if ((buf.stx_attributes & STATX_ATTR_VERITY) == 0) in test_unflagged()
/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