Searched refs:fsverity_info (Results 1 – 9 of 9) sorted by relevance
/linux/fs/verity/ |
A D | fsverity_private.h | 73 struct fsverity_info { struct 124 struct fsverity_info *fsverity_create_info(const struct inode *inode, 128 void fsverity_set_info(struct inode *inode, struct fsverity_info *vi); 130 void fsverity_free_info(struct fsverity_info *vi); 142 int fsverity_verify_signature(const struct fsverity_info *vi, 148 fsverity_verify_signature(const struct fsverity_info *vi, in fsverity_verify_signature()
|
A D | open.c | 149 struct fsverity_info *fsverity_create_info(const struct inode *inode, in fsverity_create_info() 153 struct fsverity_info *vi; in fsverity_create_info() 194 void fsverity_set_info(struct inode *inode, struct fsverity_info *vi) in fsverity_set_info() 213 void fsverity_free_info(struct fsverity_info *vi) in fsverity_free_info() 307 struct fsverity_info *vi = fsverity_get_info(inode); in ensure_verity_info() 396 fsverity_info_cachep = KMEM_CACHE_USERCOPY(fsverity_info, in fsverity_init_info_cache()
|
A D | verify.c | 52 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()
|
A D | read_metadata.c | 16 const struct fsverity_info *vi, in fsverity_read_merkle_tree() 155 const struct fsverity_info *vi; in fsverity_ioctl_read_metadata()
|
A D | measure.c | 27 const struct fsverity_info *vi; in fsverity_ioctl_measure()
|
A D | signature.c | 40 int fsverity_verify_signature(const struct fsverity_info *vi, in fsverity_verify_signature()
|
A D | enable.c | 206 struct fsverity_info *vi; in enable_verity()
|
/linux/include/linux/ |
A D | fsverity.h | 116 static inline struct fsverity_info *fsverity_get_info(const struct inode *inode) in fsverity_get_info() 153 static inline struct fsverity_info *fsverity_get_info(const struct inode *inode) in fsverity_get_info()
|
A D | fs.h | 70 struct fsverity_info; 726 struct fsverity_info *i_verity_info;
|
Completed in 18 milliseconds