Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dfsverity.h99 #define FS_IOC_MEASURE_VERITY _IOWR('f', 134, struct fsverity_digest) macro
/linux-6.3-rc2/Documentation/filesystems/
A Dfsverity.rst52 `FS_IOC_MEASURE_VERITY`_ ioctl to retrieve its hash, then verifying a
190 FS_IOC_MEASURE_VERITY section in User API
193 The FS_IOC_MEASURE_VERITY ioctl retrieves the digest of a verity file.
219 FS_IOC_MEASURE_VERITY is guaranteed to execute in constant time,
222 FS_IOC_MEASURE_VERITY can fail with the following errors:
288 `FS_IOC_MEASURE_VERITY`_, as the metadata is expected to be used to
324 FS_IOC_GETFLAGS and FS_IOC_MEASURE_VERITY because it doesn't require
458 is similar to the structure used by `FS_IOC_MEASURE_VERITY`_::
/linux-6.3-rc2/fs/ext4/
A Dioctl.c1576 case FS_IOC_MEASURE_VERITY: in __ext4_ioctl()
1670 case FS_IOC_MEASURE_VERITY: in ext4_compat_ioctl()
/linux-6.3-rc2/fs/f2fs/
A Dfile.c4221 case FS_IOC_MEASURE_VERITY: in __f2fs_ioctl()
4858 case FS_IOC_MEASURE_VERITY: in f2fs_compat_ioctl()
/linux-6.3-rc2/fs/btrfs/
A Dioctl.c4672 case FS_IOC_MEASURE_VERITY: in btrfs_ioctl()

Completed in 26 milliseconds