fsverity_operations
const struct fsverity_operations btrfs_verityops = {
extern const struct fsverity_operations btrfs_verityops;
extern const struct fsverity_operations ext4_verityops;
const struct fsverity_operations ext4_verityops = {
extern const struct fsverity_operations f2fs_verityops;
const struct fsverity_operations f2fs_verityops = {
const struct fsverity_operations *vops = inode->i_sb->s_vop;
const struct fsverity_operations *vops = inode->i_sb->s_vop;
const struct fsverity_operations *s_vop;
struct fsverity_operations;