Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dverity.h8 extern const struct fsverity_operations btrfs_verityops;
H A Dverity.c805 const struct fsverity_operations btrfs_verityops = {
/openbmc/linux/include/linux/
H A Dfsverity.h30 struct fsverity_operations { struct
H A Dfs.h73 struct fsverity_operations;
1217 const struct fsverity_operations *s_vop;
/openbmc/linux/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()
/openbmc/linux/fs/f2fs/
H A Dverity.c286 const struct fsverity_operations f2fs_verityops = {
H A Df2fs.h4222 extern const struct fsverity_operations f2fs_verityops;
/openbmc/linux/fs/ext4/
H A Dverity.c391 const struct fsverity_operations ext4_verityops = {
H A Dext4.h3742 extern const struct fsverity_operations ext4_verityops;
/openbmc/linux/Documentation/filesystems/
H A Dfsverity.rst546 must provide an ``fsverity_operations`` structure that provides
642 hash blocks via fsverity_operations::read_merkle_tree_page().