Searched refs:fsverity_operations (Results 1 – 8 of 8) sorted by relevance
18 struct fsverity_operations { struct
68 struct fsverity_operations;1443 const struct fsverity_operations *s_vop;
51 const struct fsverity_operations *vops = inode->i_sb->s_vop; in build_merkle_tree_level()202 const struct fsverity_operations *vops = inode->i_sb->s_vop; in enable_verity()
255 const struct fsverity_operations f2fs_verityops = {
3868 extern const struct fsverity_operations f2fs_verityops;
376 const struct fsverity_operations ext4_verityops = {
3625 extern const struct fsverity_operations ext4_verityops;
399 must provide an ``fsverity_operations`` structure that provides489 Merkle tree pages via fsverity_operations::read_merkle_tree_page().