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

/linux-master/fs/verity/
H A Dfsverity_private.h58 * fsverity_info - cached verity metadata for an inode
66 struct fsverity_info { struct
120 struct fsverity_info *fsverity_create_info(const struct inode *inode,
123 void fsverity_set_info(struct inode *inode, struct fsverity_info *vi);
125 void fsverity_free_info(struct fsverity_info *vi);
136 int fsverity_verify_signature(const struct fsverity_info *vi,
142 fsverity_verify_signature(const struct fsverity_info *vi,
H A Dmeasure.c29 const struct fsverity_info *vi;
89 const struct fsverity_info *vi;
125 const struct fsverity_info *vi;
H A Dopen.c176 * Create a new fsverity_info from the given fsverity_descriptor (with optional
180 struct fsverity_info *fsverity_create_info(const struct inode *inode,
183 struct fsverity_info *vi;
251 void fsverity_set_info(struct inode *inode, struct fsverity_info *vi)
260 /* Lost the race, so free the fsverity_info we allocated. */
264 * so make sure to ACQUIRE the winning fsverity_info.
270 void fsverity_free_info(struct fsverity_info *vi)
363 struct fsverity_info *vi = fsverity_get_info(inode);
413 fsverity_info,
H A Dsignature.c39 * @vi: the file's fsverity_info
48 int fsverity_verify_signature(const struct fsverity_info *vi,
H A Dread_metadata.c16 const struct fsverity_info *vi,
154 const struct fsverity_info *vi;
H A Dverify.c19 static bool is_hash_block_verified(struct fsverity_info *vi, struct page *hpage,
92 verify_data_block(struct inode *inode, struct fsverity_info *vi,
250 struct fsverity_info *vi = inode->i_verity_info;
H A Denable.c191 struct fsverity_info *vi;
260 * Create the fsverity_info. Don't bother trying to save work by
262 * fsverity_info from the fsverity_descriptor as if it were just loaded
/linux-master/include/linux/
H A Dfsverity.h127 static inline struct fsverity_info *fsverity_get_info(const struct inode *inode)
179 static inline struct fsverity_info *fsverity_get_info(const struct inode *inode)
H A Dfs.h74 struct fsverity_info;
738 struct fsverity_info *i_verity_info;

Completed in 129 milliseconds