Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dfsverity.h99 #define FS_IOC_MEASURE_VERITY _IOWR('f', 134, struct fsverity_digest) macro
/Linux-v6.6/Documentation/filesystems/
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
/Linux-v6.6/fs/ext4/
Dioctl.c1586 case FS_IOC_MEASURE_VERITY: in __ext4_ioctl()
1680 case FS_IOC_MEASURE_VERITY: in ext4_compat_ioctl()
/Linux-v6.6/fs/f2fs/
Dfile.c4276 case FS_IOC_MEASURE_VERITY: in __f2fs_ioctl()
4956 case FS_IOC_MEASURE_VERITY: in f2fs_compat_ioctl()
/Linux-v6.6/fs/btrfs/
Dioctl.c4692 case FS_IOC_MEASURE_VERITY: in btrfs_ioctl()