Searched refs:FS_IOC_ENABLE_VERITY (Results 1 – 5 of 5) sorted by relevance
50 if (ioctl(fd, FS_IOC_ENABLE_VERITY, &arg) != 0) in libfsverity_enable_with_sig()
88 #define FS_IOC_ENABLE_VERITY _IOW('f', 133, struct fsverity_enable_arg) macro
98 #define FS_IOC_ENABLE_VERITY _IOW('f', 133, struct fsverity_enable_arg) macro
138 #define FS_IOC_ENABLE_VERITY _IO('f', 133) macro
195 ret = ioctl(fd, FS_IOC_ENABLE_VERITY); in do_set_verity()