Searched refs:fsverity_info (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/fs/verity/ |
D | fsverity_private.h | 66 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()
|
D | open.c | 149 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()
|
D | verify.c | 42 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()
|
D | measure.c | 27 const struct fsverity_info *vi; in fsverity_ioctl_measure() 77 const struct fsverity_info *vi; in fsverity_get_digest()
|
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 | 40 int fsverity_verify_signature(const struct fsverity_info *vi, in fsverity_verify_signature()
|
D | enable.c | 205 struct fsverity_info *vi; in enable_verity()
|
/Linux-v6.1/include/linux/ |
D | fsverity.h | 127 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()
|
D | fs.h | 72 struct fsverity_info; 699 struct fsverity_info *i_verity_info;
|