Searched refs:fsverity_operations (Results 1 – 8 of 8) sorted by relevance
18 struct fsverity_operations { struct
68 struct fsverity_operations;1451 const struct fsverity_operations *s_vop;
22 const struct fsverity_operations *vops = inode->i_sb->s_vop; in build_merkle_tree_level()161 const struct fsverity_operations *vops = inode->i_sb->s_vop; in enable_verity()
241 const struct fsverity_operations f2fs_verityops = {
3558 extern const struct fsverity_operations f2fs_verityops;
361 const struct fsverity_operations ext4_verityops = {
3330 extern const struct fsverity_operations ext4_verityops;
391 must provide an ``fsverity_operations`` structure that provides481 Merkle tree pages via fsverity_operations::read_merkle_tree_page().