Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dfsverity.h18 struct fsverity_operations { struct
Dfs.h68 struct fsverity_operations;
1443 const struct fsverity_operations *s_vop;
/Linux-v5.10/fs/verity/
Denable.c51 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()
/Linux-v5.10/fs/f2fs/
Dverity.c255 const struct fsverity_operations f2fs_verityops = {
Df2fs.h3868 extern const struct fsverity_operations f2fs_verityops;
/Linux-v5.10/fs/ext4/
Dverity.c376 const struct fsverity_operations ext4_verityops = {
Dext4.h3625 extern const struct fsverity_operations ext4_verityops;
/Linux-v5.10/Documentation/filesystems/
Dfsverity.rst399 must provide an ``fsverity_operations`` structure that provides
489 Merkle tree pages via fsverity_operations::read_merkle_tree_page().