Searched refs:FS_IOC_ENABLE_VERITY (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | fsverity.h | 98 #define FS_IOC_ENABLE_VERITY _IOW('f', 133, struct fsverity_enable_arg) macro
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | fsverity.rst | 83 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: 261 passed to FS_IOC_ENABLE_VERITY, if any. See `Built-in signature 304 FS_IOC_ENABLE_VERITY instead, since parameters must be provided. 433 2. `FS_IOC_ENABLE_VERITY`_ accepts a pointer to a PKCS#7 formatted 492 can only be set by `FS_IOC_ENABLE_VERITY`_, and it cannot be cleared. [all …]
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | ioctl.c | 1306 case FS_IOC_ENABLE_VERITY: in __ext4_ioctl() 1402 case FS_IOC_ENABLE_VERITY: in ext4_compat_ioctl()
|
| /OK3568_Linux_fs/kernel/fs/incfs/ |
| H A D | vfs.c | 910 case FS_IOC_ENABLE_VERITY: in dispatch_ioctl() 935 case FS_IOC_ENABLE_VERITY: in incfs_compat_ioctl()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/ |
| H A D | incfs_test.c | 3837 TESTEQUAL(ioctl(fd, FS_IOC_ENABLE_VERITY, NULL), -1); in verity_installed() 3912 TESTEQUAL(ioctl(fd, FS_IOC_ENABLE_VERITY, &fear), -1); in enable_verity() 3920 if (ioctl(fd, FS_IOC_ENABLE_VERITY, NULL) == -1 && in enable_verity() 3945 TESTEQUAL(ioctl(fd, FS_IOC_ENABLE_VERITY, &fear), 0); in enable_verity()
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | file.c | 4328 case FS_IOC_ENABLE_VERITY: in __f2fs_ioctl() 4599 case FS_IOC_ENABLE_VERITY: in f2fs_compat_ioctl()
|