Home
last modified time | relevance | path

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

/linux/fs/verity/
A Dfsverity_private.h73 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 Dopen.c149 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 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()
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 Dread_metadata.c16 const struct fsverity_info *vi, in fsverity_read_merkle_tree()
155 const struct fsverity_info *vi; in fsverity_ioctl_read_metadata()
A Dmeasure.c27 const struct fsverity_info *vi; in fsverity_ioctl_measure()
A Dsignature.c40 int fsverity_verify_signature(const struct fsverity_info *vi, in fsverity_verify_signature()
A Denable.c206 struct fsverity_info *vi; in enable_verity()
/linux/include/linux/
A Dfsverity.h116 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 Dfs.h70 struct fsverity_info;
726 struct fsverity_info *i_verity_info;

Completed in 18 milliseconds