Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dfsverity.h99 #define FS_IOC_MEASURE_VERITY _IOWR('f', 134, struct fsverity_digest) macro
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfs_kfuncs.c248 err = ioctl(fd, FS_IOC_MEASURE_VERITY, skel->bss->expected_digest);
/linux/Documentation/filesystems/
H A Dfsverity.rst79 retrieving its fs-verity digest using `FS_IOC_MEASURE_VERITY`_, then
201 FS_IOC_MEASURE_VERITY section in User API
204 The FS_IOC_MEASURE_VERITY ioctl retrieves the digest of a verity file.
230 FS_IOC_MEASURE_VERITY is guaranteed to execute in constant time,
233 FS_IOC_MEASURE_VERITY can fail with the following errors:
305 `FS_IOC_MEASURE_VERITY`_, as the metadata is expected to be used to
341 FS_IOC_GETFLAGS and FS_IOC_MEASURE_VERITY because it doesn't require
/linux/fs/fuse/
H A Dioctl.c283 case FS_IOC_MEASURE_VERITY: in fuse_do_ioctl()
/linux/fs/ext4/
H A Dioctl.c1594 case FS_IOC_MEASURE_VERITY: in __ext4_ioctl()
1688 case FS_IOC_MEASURE_VERITY: in ext4_compat_ioctl()
/linux/fs/f2fs/
H A Dfile.c4668 case FS_IOC_MEASURE_VERITY: in __f2fs_ioctl()
5406 case FS_IOC_MEASURE_VERITY: in f2fs_compat_ioctl()
/linux/fs/btrfs/
H A Dioctl.c5347 case FS_IOC_MEASURE_VERITY: in btrfs_ioctl()