Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dverity.h13 extern const struct fsverity_operations btrfs_verityops;
H A Dverity.c804 const struct fsverity_operations btrfs_verityops = {
/linux-6.15/include/linux/
H A Dfsverity.h30 struct fsverity_operations { struct
H A Dfs.h78 struct fsverity_operations;
1340 const struct fsverity_operations *s_vop;
/linux-6.15/fs/verity/
H A Dread_metadata.c19 const struct fsverity_operations *vops = inode->i_sb->s_vop; in fsverity_read_merkle_tree()
H A Denable.c187 const struct fsverity_operations *vops = inode->i_sb->s_vop; in enable_verity()
/linux-6.15/fs/f2fs/
H A Dverity.c289 const struct fsverity_operations f2fs_verityops = {
H A Df2fs.h4378 extern const struct fsverity_operations f2fs_verityops;
/linux-6.15/fs/ext4/
H A Dverity.c391 const struct fsverity_operations ext4_verityops = {
H A Dext4.h3783 extern const struct fsverity_operations ext4_verityops;
/linux-6.15/Documentation/filesystems/
H A Dfsverity.rst575 must provide an ``fsverity_operations`` structure that provides
671 hash blocks via fsverity_operations::read_merkle_tree_page().