Home
last modified time | relevance | path

Searched refs:FS_IOC_MEASURE_VERITY (Results 1 – 5 of 5) 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.c1595 case FS_IOC_MEASURE_VERITY: in __ext4_ioctl()
1689 case FS_IOC_MEASURE_VERITY: in ext4_compat_ioctl()
/openbmc/linux/fs/f2fs/
H A Dfile.c4439 case FS_IOC_MEASURE_VERITY: in __f2fs_ioctl()
5123 case FS_IOC_MEASURE_VERITY: in f2fs_compat_ioctl()
/openbmc/linux/fs/btrfs/
H A Dioctl.c4735 case FS_IOC_MEASURE_VERITY: in btrfs_ioctl()