Searched refs:fsverity_operations (Results 1 – 9 of 9) sorted by relevance
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()
19 const struct fsverity_operations *vops = inode->i_sb->s_vop; in fsverity_read_merkle_tree()
18 struct fsverity_operations { struct
70 struct fsverity_operations;1486 const struct fsverity_operations *s_vop;
289 const struct fsverity_operations f2fs_verityops = {
4153 extern const struct fsverity_operations f2fs_verityops;
398 const struct fsverity_operations ext4_verityops = {
3673 extern const struct fsverity_operations ext4_verityops;
471 must provide an ``fsverity_operations`` structure that provides561 Merkle tree pages via fsverity_operations::read_merkle_tree_page().