Home
last modified time | relevance | path

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

/linux-5.19.10/fs/verity/
Dfsverity_private.h66 struct fsverity_info { struct
117 struct fsverity_info *fsverity_create_info(const struct inode *inode,
120 void fsverity_set_info(struct inode *inode, struct fsverity_info *vi);
122 void fsverity_free_info(struct fsverity_info *vi);
133 int fsverity_verify_signature(const struct fsverity_info *vi,
139 fsverity_verify_signature(const struct fsverity_info *vi, in fsverity_verify_signature()
Dopen.c149 struct fsverity_info *fsverity_create_info(const struct inode *inode, in fsverity_create_info()
152 struct fsverity_info *vi; in fsverity_create_info()
193 void fsverity_set_info(struct inode *inode, struct fsverity_info *vi) in fsverity_set_info()
212 void fsverity_free_info(struct fsverity_info *vi) in fsverity_free_info()
304 struct fsverity_info *vi = fsverity_get_info(inode); in ensure_verity_info()
392 fsverity_info_cachep = KMEM_CACHE_USERCOPY(fsverity_info, in fsverity_init_info_cache()
Dverify.c52 static inline int cmp_hashes(const struct fsverity_info *vi, in cmp_hashes()
86 static bool verify_page(struct inode *inode, const struct fsverity_info *vi, in verify_page()
192 const struct fsverity_info *vi = inode->i_verity_info; in fsverity_verify_page()
226 const struct fsverity_info *vi = inode->i_verity_info; in fsverity_verify_bio()
Dmeasure.c27 const struct fsverity_info *vi; in fsverity_ioctl_measure()
77 const struct fsverity_info *vi; in fsverity_get_digest()
Dread_metadata.c16 const struct fsverity_info *vi, in fsverity_read_merkle_tree()
154 const struct fsverity_info *vi; in fsverity_ioctl_read_metadata()
Dsignature.c40 int fsverity_verify_signature(const struct fsverity_info *vi, in fsverity_verify_signature()
Denable.c205 struct fsverity_info *vi; in enable_verity()
/linux-5.19.10/include/linux/
Dfsverity.h124 static inline struct fsverity_info *fsverity_get_info(const struct inode *inode) in fsverity_get_info()
164 static inline struct fsverity_info *fsverity_get_info(const struct inode *inode) in fsverity_get_info()
Dfs.h72 struct fsverity_info;
684 struct fsverity_info *i_verity_info;