Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dfsverity.h37 #define FS_IOC_ENABLE_VERITY _IOW('f', 133, struct fsverity_enable_arg) macro
/Linux-v5.4/Documentation/filesystems/
Dfsverity.rst83 FS_IOC_ENABLE_VERITY section in User API
86 The FS_IOC_ENABLE_VERITY ioctl enables fs-verity on a file. It takes
128 FS_IOC_ENABLE_VERITY causes the filesystem to build a Merkle tree for
134 FS_IOC_ENABLE_VERITY checks for write access to the inode. However,
142 On success, FS_IOC_ENABLE_VERITY returns 0, and the file becomes a
146 FS_IOC_ENABLE_VERITY can fail with the following errors:
227 FS_IOC_ENABLE_VERITY instead, since parameters must be provided.
338 will be provided) to `FS_IOC_ENABLE_VERITY`_.
353 2. `FS_IOC_ENABLE_VERITY`_ accepts a pointer to a PKCS#7 formatted
412 can only be set by `FS_IOC_ENABLE_VERITY`_, and it cannot be cleared.
[all …]
/Linux-v5.4/fs/ext4/
Dioctl.c1297 case FS_IOC_ENABLE_VERITY: in ext4_ioctl()
1374 case FS_IOC_ENABLE_VERITY: in ext4_compat_ioctl()
/Linux-v5.4/fs/f2fs/
Dfile.c3304 case FS_IOC_ENABLE_VERITY: in f2fs_ioctl()
3427 case FS_IOC_ENABLE_VERITY: in f2fs_compat_ioctl()