Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dfsverity.h98 #define FS_IOC_ENABLE_VERITY _IOW('f', 133, struct fsverity_enable_arg) macro
/openbmc/linux/Documentation/filesystems/
H A Dfsverity.rst95 FS_IOC_ENABLE_VERITY section in User API
98 The FS_IOC_ENABLE_VERITY ioctl enables fs-verity on a file. It takes
142 FS_IOC_ENABLE_VERITY causes the filesystem to build a Merkle tree for
148 FS_IOC_ENABLE_VERITY checks for write access to the inode. However,
156 On success, FS_IOC_ENABLE_VERITY returns 0, and the file becomes a
160 FS_IOC_ENABLE_VERITY can fail with the following errors:
276 which was passed to FS_IOC_ENABLE_VERITY, if any. See `Built-in
319 FS_IOC_ENABLE_VERITY instead, since parameters must be provided.
455 2. `FS_IOC_ENABLE_VERITY`_ accepts a pointer to a PKCS#7 formatted
598 It can only be set by `FS_IOC_ENABLE_VERITY`_, and it cannot be
[all …]
/openbmc/linux/fs/ext4/
H A Dioctl.c1581 case FS_IOC_ENABLE_VERITY: in __ext4_ioctl()
1679 case FS_IOC_ENABLE_VERITY: in ext4_compat_ioctl()
/openbmc/linux/fs/f2fs/
H A Dfile.c4321 case FS_IOC_ENABLE_VERITY: in __f2fs_ioctl()
5002 case FS_IOC_ENABLE_VERITY: in f2fs_compat_ioctl()
/openbmc/linux/fs/btrfs/
H A Dioctl.c4731 case FS_IOC_ENABLE_VERITY: in btrfs_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch1436 +pub const FS_IOC_ENABLE_VERITY: u32 = 1082156677;