Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dfsverity.h99 #define FS_IOC_MEASURE_VERITY _IOWR('f', 134, struct fsverity_digest) macro
/linux/tools/testing/selftests/bpf/prog_tests/
A Dfs_kfuncs.c119 err = ioctl(fd, FS_IOC_MEASURE_VERITY, skel->bss->expected_digest); in test_fsverity()
/linux/Documentation/filesystems/
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:
300 `FS_IOC_MEASURE_VERITY`_, as the metadata is expected to be used to
336 FS_IOC_GETFLAGS and FS_IOC_MEASURE_VERITY because it doesn't require
/linux/fs/fuse/
A Dioctl.c281 case FS_IOC_MEASURE_VERITY: in fuse_do_ioctl()
/linux/fs/ext4/
A Dioctl.c1594 case FS_IOC_MEASURE_VERITY: in __ext4_ioctl()
1688 case FS_IOC_MEASURE_VERITY: in ext4_compat_ioctl()
/linux/fs/f2fs/
A Dfile.c4469 case FS_IOC_MEASURE_VERITY: in __f2fs_ioctl()
5193 case FS_IOC_MEASURE_VERITY: in f2fs_compat_ioctl()
/linux/fs/btrfs/
A Dioctl.c4832 case FS_IOC_MEASURE_VERITY: in btrfs_ioctl()

Completed in 31 milliseconds