Searched refs:fsverity_operations (Results 1 – 11 of 11) sorted by relevance
29 struct fsverity_operations { struct
73 struct fsverity_operations;1484 const struct fsverity_operations *s_vop;
50 const struct fsverity_operations *vops = inode->i_sb->s_vop; in build_merkle_tree_level()201 const struct fsverity_operations *vops = inode->i_sb->s_vop; in enable_verity()
19 const struct fsverity_operations *vops = inode->i_sb->s_vop; in fsverity_read_merkle_tree()
286 const struct fsverity_operations f2fs_verityops = {
4181 extern const struct fsverity_operations f2fs_verityops;
391 const struct fsverity_operations ext4_verityops = {
3772 extern const struct fsverity_operations ext4_verityops;
806 const struct fsverity_operations btrfs_verityops = {
4074 extern const struct fsverity_operations btrfs_verityops;
482 must provide an ``fsverity_operations`` structure that provides579 Merkle tree pages via fsverity_operations::read_merkle_tree_page().