Home
last modified time | relevance | path

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

/Linux-v5.4/fs/verity/
Dfsverity_private.h70 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()
Dopen.c147 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()
Dverify.c52 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()
Dmeasure.c25 const struct fsverity_info *vi; in fsverity_ioctl_measure()
Dsignature.c37 int fsverity_verify_signature(const struct fsverity_info *vi, in fsverity_verify_signature()
Denable.c165 struct fsverity_info *vi; in enable_verity()
/Linux-v5.4/include/linux/
Dfsverity.h111 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()
Dfs.h67 struct fsverity_info;
734 struct fsverity_info *i_verity_info;