Searched refs:fsverity_info (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/fs/verity/ |
D | fsverity_private.h | 66 struct fsverity_info { struct 120 struct fsverity_info *fsverity_create_info(const struct inode *inode, 123 void fsverity_set_info(struct inode *inode, struct fsverity_info *vi); 125 void fsverity_free_info(struct fsverity_info *vi); 136 int fsverity_verify_signature(const struct fsverity_info *vi, 142 fsverity_verify_signature(const struct fsverity_info *vi, in fsverity_verify_signature()
|
D | open.c | 180 struct fsverity_info *fsverity_create_info(const struct inode *inode, in fsverity_create_info() 183 struct fsverity_info *vi; in fsverity_create_info() 251 void fsverity_set_info(struct inode *inode, struct fsverity_info *vi) in fsverity_set_info() 270 void fsverity_free_info(struct fsverity_info *vi) in fsverity_free_info() 363 struct fsverity_info *vi = fsverity_get_info(inode); in ensure_verity_info() 413 fsverity_info, in fsverity_init_info_cache()
|
D | measure.c | 29 const struct fsverity_info *vi; in fsverity_ioctl_measure() 89 const struct fsverity_info *vi; in fsverity_get_digest() 126 const struct fsverity_info *vi; in bpf_get_fsverity_digest()
|
D | verify.c | 19 static bool is_hash_block_verified(struct fsverity_info *vi, struct page *hpage, in is_hash_block_verified() 92 verify_data_block(struct inode *inode, struct fsverity_info *vi, in verify_data_block() 250 struct fsverity_info *vi = inode->i_verity_info; in verify_data_blocks()
|
D | read_metadata.c | 16 const struct fsverity_info *vi, in fsverity_read_merkle_tree() 154 const struct fsverity_info *vi; in fsverity_ioctl_read_metadata()
|
D | signature.c | 53 int fsverity_verify_signature(const struct fsverity_info *vi, in fsverity_verify_signature()
|
D | enable.c | 191 struct fsverity_info *vi; in enable_verity()
|
/linux-6.12.1/include/linux/ |
D | fsverity.h | 127 static inline struct fsverity_info *fsverity_get_info(const struct inode *inode) in fsverity_get_info() 179 static inline struct fsverity_info *fsverity_get_info(const struct inode *inode) in fsverity_get_info()
|
D | fs.h | 74 struct fsverity_info; 743 struct fsverity_info *i_verity_info;
|