Searched refs:FS_IOC_ENABLE_VERITY (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/uapi/linux/
H A Dfsverity.h98 #define FS_IOC_ENABLE_VERITY _IOW('f', 133, struct fsverity_enable_arg) macro
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dfs_kfuncs.c83 /* Reopen read-only, otherwise FS_IOC_ENABLE_VERITY will fail */
95 err = ioctl(fd, FS_IOC_ENABLE_VERITY, &arg);
/linux-master/fs/ext4/
H A Dioctl.c1590 case FS_IOC_ENABLE_VERITY:
1688 case FS_IOC_ENABLE_VERITY:
/linux-master/fs/f2fs/
H A Dfile.c4324 case FS_IOC_ENABLE_VERITY:
5009 case FS_IOC_ENABLE_VERITY:
/linux-master/fs/btrfs/
H A Dioctl.c4762 case FS_IOC_ENABLE_VERITY:

Completed in 187 milliseconds