Home
last modified time | relevance | path

Searched refs:STATX_ATTR_VERITY (Results 1 - 17 of 17) sorted by relevance

/third_party/ltp/include/lapi/
H A Dstat.h228 #ifndef STATX_ATTR_VERITY
229 # define STATX_ATTR_VERITY 0x00100000 macro
/third_party/ltp/testcases/kernel/syscalls/statx/
H A Dstatx09.c10 * This code tests if STATX_ATTR_VERITY flag in the statx attributes is set correctly.
12 * The statx() system call sets STATX_ATTR_VERITY if the file has fs-verity
48 if (buf.stx_attributes & STATX_ATTR_VERITY) in test_flagged()
49 tst_res(TPASS, "STATX_ATTR_VERITY flag is set: (%"PRIu64") ", in test_flagged()
52 tst_res(TFAIL, "STATX_ATTR_VERITY flag is not set"); in test_flagged()
62 if ((buf.stx_attributes & STATX_ATTR_VERITY) == 0) in test_unflagged()
63 tst_res(TPASS, "STATX_ATTR_VERITY flag is not set"); in test_unflagged()
65 tst_res(TFAIL, "STATX_ATTR_VERITY flag is set"); in test_unflagged()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs1030 pub const STATX_ATTR_VERITY: ::c_int = 0x00100000; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1616 pub const STATX_ATTR_VERITY: u32 = 1048576; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1616 pub const STATX_ATTR_VERITY: u32 = 1048576; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1608 pub const STATX_ATTR_VERITY: u32 = 1048576; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1629 pub const STATX_ATTR_VERITY: u32 = 1048576; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1621 pub const STATX_ATTR_VERITY: u32 = 1048576; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1623 pub const STATX_ATTR_VERITY: u32 = 1048576; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1613 pub const STATX_ATTR_VERITY: u32 = 1048576; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs1604 pub const STATX_ATTR_VERITY: u32 = 1048576; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1857 pub const STATX_ATTR_VERITY: u32 = 1048576; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs1611 pub const STATX_ATTR_VERITY: u32 = 1048576; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs1865 pub const STATX_ATTR_VERITY: u32 = 1048576; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs1612 pub const STATX_ATTR_VERITY: u32 = 1048576; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs1605 pub const STATX_ATTR_VERITY: u32 = 1048576; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs1612 pub const STATX_ATTR_VERITY: u32 = 1048576; consts

Completed in 183 milliseconds