Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfsverity.h99 #define FS_IOC_MEASURE_VERITY _IOWR('f', 134, struct fsverity_digest) macro
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dfsverity.rst52 `FS_IOC_MEASURE_VERITY`_ ioctl to retrieve its hash, then verifying a
177 FS_IOC_MEASURE_VERITY section in User API
180 The FS_IOC_MEASURE_VERITY ioctl retrieves the digest of a verity file.
206 FS_IOC_MEASURE_VERITY is guaranteed to execute in constant time,
209 FS_IOC_MEASURE_VERITY can fail with the following errors:
275 `FS_IOC_MEASURE_VERITY`_, as the metadata is expected to be used to
311 FS_IOC_GETFLAGS and FS_IOC_MEASURE_VERITY because it doesn't require
445 is similar to the structure used by `FS_IOC_MEASURE_VERITY`_::
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dioctl.c1311 case FS_IOC_MEASURE_VERITY: in __ext4_ioctl()
1403 case FS_IOC_MEASURE_VERITY: in ext4_compat_ioctl()
/OK3568_Linux_fs/kernel/fs/incfs/
H A Dvfs.c914 case FS_IOC_MEASURE_VERITY: in dispatch_ioctl()
936 case FS_IOC_MEASURE_VERITY: in incfs_compat_ioctl()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dfile.c4330 case FS_IOC_MEASURE_VERITY: in __f2fs_ioctl()
4600 case FS_IOC_MEASURE_VERITY: in f2fs_compat_ioctl()
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_test.c3988 TESTEQUAL(ioctl(fd, FS_IOC_MEASURE_VERITY, digest), 0); in validate_verity()