Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dfsverity.h98 #define FS_IOC_ENABLE_VERITY _IOW('f', 133, struct fsverity_enable_arg) macro
/linux-6.3-rc2/Documentation/filesystems/
A Dfsverity.rst94 FS_IOC_ENABLE_VERITY section in User API
97 The FS_IOC_ENABLE_VERITY ioctl enables fs-verity on a file. It takes
140 FS_IOC_ENABLE_VERITY causes the filesystem to build a Merkle tree for
146 FS_IOC_ENABLE_VERITY checks for write access to the inode. However,
154 On success, FS_IOC_ENABLE_VERITY returns 0, and the file becomes a
158 FS_IOC_ENABLE_VERITY can fail with the following errors:
274 passed to FS_IOC_ENABLE_VERITY, if any. See `Built-in signature
317 FS_IOC_ENABLE_VERITY instead, since parameters must be provided.
446 2. `FS_IOC_ENABLE_VERITY`_ accepts a pointer to a PKCS#7 formatted
536 It can only be set by `FS_IOC_ENABLE_VERITY`_, and it cannot be
[all …]
/linux-6.3-rc2/fs/ext4/
A Dioctl.c1571 case FS_IOC_ENABLE_VERITY: in __ext4_ioctl()
1669 case FS_IOC_ENABLE_VERITY: in ext4_compat_ioctl()
/linux-6.3-rc2/fs/f2fs/
A Dfile.c4219 case FS_IOC_ENABLE_VERITY: in __f2fs_ioctl()
4857 case FS_IOC_ENABLE_VERITY: in f2fs_compat_ioctl()
/linux-6.3-rc2/fs/btrfs/
A Dioctl.c4670 case FS_IOC_ENABLE_VERITY: in btrfs_ioctl()

Completed in 21 milliseconds