Searched refs:FS_IOC_ENABLE_VERITY (Results 1 – 3 of 3) sorted by relevance
98 #define FS_IOC_ENABLE_VERITY _IOW('f', 133, struct fsverity_enable_arg) macro
219 /* Reopen read-only, otherwise FS_IOC_ENABLE_VERITY will fail */231 err = ioctl(fd, FS_IOC_ENABLE_VERITY, &arg);
5662 case FS_IOC_ENABLE_VERITY: in btrfs_ioctl()