Searched refs:FS_IOC_MEASURE_VERITY (Results 1 – 7 of 7) sorted by relevance
99 #define FS_IOC_MEASURE_VERITY _IOWR('f', 134, struct fsverity_digest) macro
119 err = ioctl(fd, FS_IOC_MEASURE_VERITY, skel->bss->expected_digest); in test_fsverity()
79 retrieving its fs-verity digest using `FS_IOC_MEASURE_VERITY`_, then202 FS_IOC_MEASURE_VERITY section in User API205 The FS_IOC_MEASURE_VERITY ioctl retrieves the digest of a verity file.231 FS_IOC_MEASURE_VERITY is guaranteed to execute in constant time,234 FS_IOC_MEASURE_VERITY can fail with the following errors:300 `FS_IOC_MEASURE_VERITY`_, as the metadata is expected to be used to336 FS_IOC_GETFLAGS and FS_IOC_MEASURE_VERITY because it doesn't require
281 case FS_IOC_MEASURE_VERITY: in fuse_do_ioctl()
1594 case FS_IOC_MEASURE_VERITY: in __ext4_ioctl()1688 case FS_IOC_MEASURE_VERITY: in ext4_compat_ioctl()
4469 case FS_IOC_MEASURE_VERITY: in __f2fs_ioctl()5193 case FS_IOC_MEASURE_VERITY: in f2fs_compat_ioctl()
4832 case FS_IOC_MEASURE_VERITY: in btrfs_ioctl()
Completed in 31 milliseconds