Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dverity.h13 extern const struct fsverity_operations btrfs_verityops;
H A Dverity.c798 const struct fsverity_operations btrfs_verityops = {
/linux/include/linux/fs/
H A Dsuper_types.h27 struct fsverity_operations;
156 const struct fsverity_operations *s_vop;
/linux/include/linux/
H A Dfsverity.h32 struct fsverity_operations { struct
/linux/fs/verity/
H A Dread_metadata.c20 const struct fsverity_operations *vops = inode->i_sb->s_vop; in fsverity_read_merkle_tree()
H A Denable.c182 const struct fsverity_operations *vops = inode->i_sb->s_vop; in enable_verity()
/linux/fs/f2fs/
H A Dverity.c289 const struct fsverity_operations f2fs_verityops = {
H A Df2fs.h4481 extern const struct fsverity_operations f2fs_verityops;
/linux/Documentation/filesystems/
H A Dfsverity.rst574 must provide an ``fsverity_operations`` structure that provides
670 hash blocks via fsverity_operations::read_merkle_tree_page().