/third_party/ltp/include/lapi/ |
D | fsverity.h | 35 #ifndef FS_IOC_ENABLE_VERITY 36 # define FS_IOC_ENABLE_VERITY _IOW('f', 133, struct fsverity_enable_arg) macro
|
/third_party/fsverity-utils/lib/ |
D | enable.c | 50 if (ioctl(fd, FS_IOC_ENABLE_VERITY, &arg) != 0) in libfsverity_enable_with_sig()
|
/third_party/fsverity-utils/common/ |
D | fsverity_uapi.h | 100 #define FS_IOC_ENABLE_VERITY _IOW('f', 133, struct fsverity_enable_arg) macro
|
/third_party/ltp/testcases/kernel/syscalls/statx/ |
D | statx09.c | 106 ret = ioctl(fd, FS_IOC_ENABLE_VERITY, &enable); in flag_setup()
|
/third_party/f2fs-tools/tools/f2fs_io/ |
D | f2fs_io.h | 139 #define FS_IOC_ENABLE_VERITY _IO('f', 133) macro
|
D | f2fs_io.c | 199 ret = ioctl(fd, FS_IOC_ENABLE_VERITY); in do_set_verity()
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
D | ioctl.h | 1496 #define FS_IOC_ENABLE_VERITY 0x40806685ul macro 3055 #define FS_IOC_ENABLE_VERITY 0x40806685ul macro 4612 #define FS_IOC_ENABLE_VERITY 0x40806685ul macro 6064 #define FS_IOC_ENABLE_VERITY 0x40806685ul macro 7511 #define FS_IOC_ENABLE_VERITY 0x80806685ul macro 9061 #define FS_IOC_ENABLE_VERITY 0x80806685ul macro 10611 #define FS_IOC_ENABLE_VERITY 0x80806685ul macro 12063 #define FS_IOC_ENABLE_VERITY 0x40806685ul macro
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
D | generated.txt | 1390 FS_IOC_ENABLE_VERITY
|
D | list.c | 1915 IOCTL_REQUEST(FS_IOC_ENABLE_VERITY); in list()
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | ioctl.rs | 1392 pub const FS_IOC_ENABLE_VERITY: u32 = 1082156677; constant
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | ioctl.rs | 1392 pub const FS_IOC_ENABLE_VERITY: u32 = 1082156677; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | ioctl.rs | 1387 pub const FS_IOC_ENABLE_VERITY: u32 = 2155898501; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | ioctl.rs | 1387 pub const FS_IOC_ENABLE_VERITY: u32 = 2155898501; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | ioctl.rs | 1496 pub const FS_IOC_ENABLE_VERITY: u32 = 1082156677; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | ioctl.rs | 1499 pub const FS_IOC_ENABLE_VERITY: u32 = 1082156677; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | ioctl.rs | 1496 pub const FS_IOC_ENABLE_VERITY: u32 = 1082156677; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | ioctl.rs | 1490 pub const FS_IOC_ENABLE_VERITY: u32 = 2155898501; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | ioctl.rs | 1490 pub const FS_IOC_ENABLE_VERITY: u32 = 2155898501; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | ioctl.rs | 1499 pub const FS_IOC_ENABLE_VERITY: u32 = 1082156677; constant
|