Home
last modified time | relevance | path

Searched refs:FS_IOC_MEASURE_VERITY (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dfsverity.h99 #define FS_IOC_MEASURE_VERITY _IOWR('f', 134, struct fsverity_digest) macro
/openbmc/linux/Documentation/filesystems/
H A Dfsverity.rst79 retrieving its fs-verity digest using `FS_IOC_MEASURE_VERITY`_, then
192 FS_IOC_MEASURE_VERITY section in User API
195 The FS_IOC_MEASURE_VERITY ioctl retrieves the digest of a verity file.
221 FS_IOC_MEASURE_VERITY is guaranteed to execute in constant time,
224 FS_IOC_MEASURE_VERITY can fail with the following errors:
290 `FS_IOC_MEASURE_VERITY`_, as the metadata is expected to be used to
326 FS_IOC_GETFLAGS and FS_IOC_MEASURE_VERITY because it doesn't require
/openbmc/linux/fs/ext4/
H A Dioctl.c1586 case FS_IOC_MEASURE_VERITY: in __ext4_ioctl()
1680 case FS_IOC_MEASURE_VERITY: in ext4_compat_ioctl()
/openbmc/linux/fs/f2fs/
H A Dfile.c4419 case FS_IOC_MEASURE_VERITY: in __f2fs_ioctl()
5103 case FS_IOC_MEASURE_VERITY: in f2fs_compat_ioctl()
/openbmc/linux/fs/btrfs/
H A Dioctl.c4731 case FS_IOC_MEASURE_VERITY: in btrfs_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch646 +pub const FS_IOC_MEASURE_VERITY: u32 = 3221513862;