Home
last modified time | relevance | path

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

/Linux-v6.1/fs/verity/
Dfsverity_private.h66 struct fsverity_info { struct
115 struct fsverity_info *fsverity_create_info(const struct inode *inode,
118 void fsverity_set_info(struct inode *inode, struct fsverity_info *vi);
120 void fsverity_free_info(struct fsverity_info *vi);
131 int fsverity_verify_signature(const struct fsverity_info *vi,
137 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.c42 static inline int cmp_hashes(const struct fsverity_info *vi, in cmp_hashes()
76 static bool verify_page(struct inode *inode, const struct fsverity_info *vi, in verify_page()
182 const struct fsverity_info *vi = inode->i_verity_info; in fsverity_verify_page()
216 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-v6.1/include/linux/
Dfsverity.h127 static inline struct fsverity_info *fsverity_get_info(const struct inode *inode) in fsverity_get_info()
167 static inline struct fsverity_info *fsverity_get_info(const struct inode *inode) in fsverity_get_info()
Dfs.h72 struct fsverity_info;
699 struct fsverity_info *i_verity_info;