Searched refs:FS_IOC_ENABLE_VERITY (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/include/uapi/linux/ |
D | fsverity.h | 98 #define FS_IOC_ENABLE_VERITY _IOW('f', 133, struct fsverity_enable_arg) macro
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | fs_kfuncs.c | 102 err = ioctl(fd, FS_IOC_ENABLE_VERITY, &arg); in test_fsverity()
|
/linux-6.12.1/Documentation/filesystems/ |
D | fsverity.rst | 105 FS_IOC_ENABLE_VERITY section in User API 108 The FS_IOC_ENABLE_VERITY ioctl enables fs-verity on a file. It takes 152 FS_IOC_ENABLE_VERITY causes the filesystem to build a Merkle tree for 158 FS_IOC_ENABLE_VERITY checks for write access to the inode. However, 166 On success, FS_IOC_ENABLE_VERITY returns 0, and the file becomes a 170 FS_IOC_ENABLE_VERITY can fail with the following errors: 286 which was passed to FS_IOC_ENABLE_VERITY, if any. See `Built-in 329 FS_IOC_ENABLE_VERITY instead, since parameters must be provided. 465 2. `FS_IOC_ENABLE_VERITY`_ accepts a pointer to a PKCS#7 formatted 592 can only be set by `FS_IOC_ENABLE_VERITY`_, and it cannot be cleared. [all …]
|
/linux-6.12.1/fs/fuse/ |
D | ioctl.c | 284 case FS_IOC_ENABLE_VERITY: in fuse_do_ioctl()
|
/linux-6.12.1/fs/ext4/ |
D | ioctl.c | 1589 case FS_IOC_ENABLE_VERITY: in __ext4_ioctl() 1687 case FS_IOC_ENABLE_VERITY: in ext4_compat_ioctl()
|
/linux-6.12.1/fs/f2fs/ |
D | file.c | 4467 case FS_IOC_ENABLE_VERITY: in __f2fs_ioctl() 5192 case FS_IOC_ENABLE_VERITY: in f2fs_compat_ioctl()
|
/linux-6.12.1/fs/btrfs/ |
D | ioctl.c | 4830 case FS_IOC_ENABLE_VERITY: in btrfs_ioctl()
|