Home
last modified time | relevance | path

Searched refs:fsverity_operations (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/include/linux/
Dfsverity.h18 struct fsverity_operations { struct
Dfs.h68 struct fsverity_operations;
1451 const struct fsverity_operations *s_vop;
/Linux-v5.4/fs/verity/
Denable.c22 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()
/Linux-v5.4/fs/f2fs/
Dverity.c241 const struct fsverity_operations f2fs_verityops = {
Df2fs.h3558 extern const struct fsverity_operations f2fs_verityops;
/Linux-v5.4/fs/ext4/
Dverity.c361 const struct fsverity_operations ext4_verityops = {
Dext4.h3330 extern const struct fsverity_operations ext4_verityops;
/Linux-v5.4/Documentation/filesystems/
Dfsverity.rst391 must provide an ``fsverity_operations`` structure that provides
481 Merkle tree pages via fsverity_operations::read_merkle_tree_page().