Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dfsverity.h99 #define FS_IOC_MEASURE_VERITY _IOWR('f', 134, struct fsverity_digest) macro
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dfs_kfuncs.c248 err = ioctl(fd, FS_IOC_MEASURE_VERITY, skel->bss->expected_digest); in test_fsverity()
/linux-6.15/Documentation/filesystems/
H A Dfsverity.rst79 retrieving its fs-verity digest using `FS_IOC_MEASURE_VERITY`_, then
202 FS_IOC_MEASURE_VERITY section in User API
205 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:
306 `FS_IOC_MEASURE_VERITY`_, as the metadata is expected to be used to
342 FS_IOC_GETFLAGS and FS_IOC_MEASURE_VERITY because it doesn't require
/linux-6.15/fs/fuse/
H A Dioctl.c283 case FS_IOC_MEASURE_VERITY: in fuse_do_ioctl()
/linux-6.15/fs/ext4/
H A Dioctl.c1588 case FS_IOC_MEASURE_VERITY: in __ext4_ioctl()
1682 case FS_IOC_MEASURE_VERITY: in ext4_compat_ioctl()
/linux-6.15/fs/f2fs/
H A Dfile.c4603 case FS_IOC_MEASURE_VERITY: in __f2fs_ioctl()
5336 case FS_IOC_MEASURE_VERITY: in f2fs_compat_ioctl()
/linux-6.15/fs/btrfs/
H A Dioctl.c5355 case FS_IOC_MEASURE_VERITY: in btrfs_ioctl()