Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dfsverity.h29 struct fsverity_operations { struct
Dfs.h73 struct fsverity_operations;
1484 const struct fsverity_operations *s_vop;
/linux-6.1.9/fs/verity/
Denable.c50 const struct fsverity_operations *vops = inode->i_sb->s_vop; in build_merkle_tree_level()
201 const struct fsverity_operations *vops = inode->i_sb->s_vop; in enable_verity()
Dread_metadata.c19 const struct fsverity_operations *vops = inode->i_sb->s_vop; in fsverity_read_merkle_tree()
/linux-6.1.9/fs/f2fs/
Dverity.c286 const struct fsverity_operations f2fs_verityops = {
Df2fs.h4181 extern const struct fsverity_operations f2fs_verityops;
/linux-6.1.9/fs/ext4/
Dverity.c391 const struct fsverity_operations ext4_verityops = {
Dext4.h3772 extern const struct fsverity_operations ext4_verityops;
/linux-6.1.9/fs/btrfs/
Dverity.c806 const struct fsverity_operations btrfs_verityops = {
Dctree.h4074 extern const struct fsverity_operations btrfs_verityops;
/linux-6.1.9/Documentation/filesystems/
Dfsverity.rst482 must provide an ``fsverity_operations`` structure that provides
579 Merkle tree pages via fsverity_operations::read_merkle_tree_page().