Searched refs:fsverity_info (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/fs/verity/ |
D | fsverity_private.h | 70 struct fsverity_info { struct 147 struct fsverity_info *fsverity_create_info(const struct inode *inode, 150 void fsverity_set_info(struct inode *inode, struct fsverity_info *vi); 152 void fsverity_free_info(struct fsverity_info *vi); 160 int fsverity_verify_signature(const struct fsverity_info *vi, 167 fsverity_verify_signature(const struct fsverity_info *vi, in fsverity_verify_signature()
|
D | open.c | 147 struct fsverity_info *fsverity_create_info(const struct inode *inode, in fsverity_create_info() 151 struct fsverity_info *vi; in fsverity_create_info() 220 void fsverity_set_info(struct inode *inode, struct fsverity_info *vi) in fsverity_set_info() 230 void fsverity_free_info(struct fsverity_info *vi) in fsverity_free_info() 241 struct fsverity_info *vi = fsverity_get_info(inode); in ensure_verity_info() 344 fsverity_info_cachep = KMEM_CACHE_USERCOPY(fsverity_info, in fsverity_init_info_cache()
|
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() 190 const struct fsverity_info *vi = inode->i_verity_info; in fsverity_verify_page() 224 const struct fsverity_info *vi = inode->i_verity_info; in fsverity_verify_bio()
|
D | measure.c | 25 const struct fsverity_info *vi; in fsverity_ioctl_measure()
|
D | signature.c | 37 int fsverity_verify_signature(const struct fsverity_info *vi, in fsverity_verify_signature()
|
D | enable.c | 165 struct fsverity_info *vi; in enable_verity()
|
/Linux-v5.4/include/linux/ |
D | fsverity.h | 111 static inline struct fsverity_info *fsverity_get_info(const struct inode *inode) in fsverity_get_info() 139 static inline struct fsverity_info *fsverity_get_info(const struct inode *inode) in fsverity_get_info()
|
D | fs.h | 67 struct fsverity_info; 734 struct fsverity_info *i_verity_info;
|