Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dverity.h13 extern const struct fsverity_operations btrfs_verityops;
H A Dverity.c794 const struct fsverity_operations btrfs_verityops = {
/linux/include/linux/fs/
H A Dsuper_types.h27 struct fsverity_operations;
159 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.c183 const struct fsverity_operations *vops = inode->i_sb->s_vop; in enable_verity()
/linux/fs/f2fs/
H A Dverity.c280 const struct fsverity_operations f2fs_verityops = {
H A Df2fs.h4575 extern const struct fsverity_operations f2fs_verityops;
/linux/fs/ext4/
H A Dverity.c384 const struct fsverity_operations ext4_verityops = {
H A Dext4.h3874 extern const struct fsverity_operations ext4_verityops;
/linux/Documentation/filesystems/
H A Dfsverity.rst590 must provide an ``fsverity_operations`` structure that provides
686 hash blocks via fsverity_operations::read_merkle_tree_page().