Home
last modified time | relevance | path

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

/linux/fs/verity/
H A Dfsverity_private.h72 struct fsverity_info { struct
127 struct fsverity_info *fsverity_create_info(const struct inode *inode,
130 void fsverity_set_info(struct inode *inode, struct fsverity_info *vi);
132 void fsverity_free_info(struct fsverity_info *vi);
143 int fsverity_verify_signature(const struct fsverity_info *vi,
149 fsverity_verify_signature(const struct fsverity_info *vi, in fsverity_verify_signature()
H A Dopen.c178 struct fsverity_info *fsverity_create_info(const struct inode *inode, in fsverity_create_info()
181 struct fsverity_info *vi; in fsverity_create_info()
244 void fsverity_set_info(struct inode *inode, struct fsverity_info *vi) in fsverity_set_info()
263 void fsverity_free_info(struct fsverity_info *vi) in fsverity_free_info()
355 struct fsverity_info *vi = fsverity_get_info(inode); in ensure_verity_info()
397 struct fsverity_info **vi_addr = fsverity_info_addr(inode); in __fsverity_cleanup_inode()
407 fsverity_info, in fsverity_init_info_cache()
H A Dverify.c23 struct fsverity_info *vi;
44 static bool is_hash_block_verified(struct fsverity_info *vi, struct page *hpage, in is_hash_block_verified()
116 static bool verify_data_block(struct inode *inode, struct fsverity_info *vi, in verify_data_block()
278 struct fsverity_info *vi = *fsverity_info_addr(inode); in fsverity_init_verification_context()
306 struct fsverity_info *vi = ctx->vi; in fsverity_verify_pending_blocks()
337 struct fsverity_info *vi = ctx->vi; in fsverity_add_data_blocks()
H A Dmeasure.c30 const struct fsverity_info *vi; in fsverity_ioctl_measure()
90 const struct fsverity_info *vi; in fsverity_get_digest()
127 const struct fsverity_info *vi; in bpf_get_fsverity_digest()
H A Dread_metadata.c17 const struct fsverity_info *vi, in fsverity_read_merkle_tree()
155 const struct fsverity_info *vi; in fsverity_ioctl_read_metadata()
H A Dsignature.c53 int fsverity_verify_signature(const struct fsverity_info *vi, in fsverity_verify_signature()
H A Denable.c186 struct fsverity_info *vi; in enable_verity()
/linux/include/linux/
H A Dfsverity.h29 struct fsverity_info;
140 static inline struct fsverity_info **
147 static inline struct fsverity_info *fsverity_get_info(const struct inode *inode) in fsverity_get_info()
216 static inline struct fsverity_info *fsverity_get_info(const struct inode *inode) in fsverity_get_info()
/linux/fs/f2fs/
H A Df2fs.h978 struct fsverity_info *i_verity_info; /* filesystem verity info */