Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/verity/
H A Denable.c51 const struct fsverity_operations *vops = inode->i_sb->s_vop; in build_merkle_tree_level()
202 const struct fsverity_operations *vops = inode->i_sb->s_vop; in enable_verity()
H A Dread_metadata.c19 const struct fsverity_operations *vops = inode->i_sb->s_vop; in fsverity_read_merkle_tree()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfsverity.h18 struct fsverity_operations { struct
H A Dfs.h70 struct fsverity_operations;
1486 const struct fsverity_operations *s_vop;
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dverity.c289 const struct fsverity_operations f2fs_verityops = {
H A Df2fs.h4153 extern const struct fsverity_operations f2fs_verityops;
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dverity.c398 const struct fsverity_operations ext4_verityops = {
H A Dext4.h3673 extern const struct fsverity_operations ext4_verityops;
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dfsverity.rst471 must provide an ``fsverity_operations`` structure that provides
561 Merkle tree pages via fsverity_operations::read_merkle_tree_page().