Searched refs:FS_IOC_ENABLE_VERITY (Results 1 – 7 of 7) sorted by relevance
98 #define FS_IOC_ENABLE_VERITY _IOW('f', 133, struct fsverity_enable_arg) macro
105 FS_IOC_ENABLE_VERITY section in User API108 The FS_IOC_ENABLE_VERITY ioctl enables fs-verity on a file. It takes152 FS_IOC_ENABLE_VERITY causes the filesystem to build a Merkle tree for158 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 a170 FS_IOC_ENABLE_VERITY can fail with the following errors:291 which was passed to FS_IOC_ENABLE_VERITY, if any. See `Built-in334 FS_IOC_ENABLE_VERITY instead, since parameters must be provided.350 parameters. See FS_IOC_ENABLE_VERITY.358 See FS_IOC_ENABLE_VERITY.[all …]
231 err = ioctl(fd, FS_IOC_ENABLE_VERITY, &arg); in test_fsverity()
286 case FS_IOC_ENABLE_VERITY: in fuse_do_ioctl()
1880 case FS_IOC_ENABLE_VERITY: in __ext4_ioctl()1983 case FS_IOC_ENABLE_VERITY: in ext4_compat_ioctl()
4696 case FS_IOC_ENABLE_VERITY: in __f2fs_ioctl()5436 case FS_IOC_ENABLE_VERITY: in f2fs_compat_ioctl()
5278 case FS_IOC_ENABLE_VERITY: in btrfs_ioctl()