Symbol: fsverity_info
fs/btrfs/extent_io.c
1033
struct fsverity_info *vi)
fs/btrfs/extent_io.c
1385
struct fsverity_info *vi = NULL;
fs/btrfs/extent_io.c
2745
struct fsverity_info *vi = NULL;
fs/btrfs/extent_io.c
478
static bool btrfs_verify_folio(struct fsverity_info *vi, struct folio *folio,
fs/btrfs/extent_io.c
488
static void end_folio_read(struct fsverity_info *vi, struct folio *folio,
fs/btrfs/extent_io.c
569
struct fsverity_info *vi = NULL;
fs/buffer.c
342
struct fsverity_info *vi;
fs/buffer.c
391
struct fsverity_info *vi = NULL;
fs/ext4/readpage.c
101
struct fsverity_info *vi = ctx->vi;
fs/ext4/readpage.c
180
struct fsverity_info *vi)
fs/ext4/readpage.c
210
static int ext4_mpage_readpages(struct inode *inode, struct fsverity_info *vi,
fs/ext4/readpage.c
397
struct fsverity_info *vi = NULL;
fs/ext4/readpage.c
418
struct fsverity_info *vi = NULL;
fs/ext4/readpage.c
65
struct fsverity_info *vi;
fs/f2fs/data.c
1146
struct fsverity_info *vi, block_t blkaddr,
fs/f2fs/data.c
1194
static void f2fs_submit_page_read(struct inode *inode, struct fsverity_info *vi,
fs/f2fs/data.c
124
struct fsverity_info *vi;
fs/f2fs/data.c
1304
static inline struct fsverity_info *f2fs_need_verity(const struct inode *inode,
fs/f2fs/data.c
203
struct fsverity_info *vi = ctx->vi;
fs/f2fs/data.c
2225
static int f2fs_read_single_page(struct inode *inode, struct fsverity_info *vi,
fs/f2fs/data.c
2529
struct fsverity_info *vi,
fs/f2fs/data.c
2680
static int f2fs_mpage_readpages(struct inode *inode, struct fsverity_info *vi,
fs/f2fs/data.c
2811
struct fsverity_info *vi = NULL;
fs/f2fs/data.c
2837
struct fsverity_info *vi = NULL;
fs/f2fs/f2fs.h
1682
struct fsverity_info *vi; /* verity info if needed */
fs/f2fs/f2fs.h
1738
struct fsverity_info *vi; /* fs-verity context if needed */
fs/verity/enable.c
187
struct fsverity_info *vi;
fs/verity/fsverity_private.h
132
struct fsverity_info *fsverity_create_info(struct inode *inode,
fs/verity/fsverity_private.h
135
int fsverity_set_info(struct fsverity_info *vi);
fs/verity/fsverity_private.h
136
void fsverity_free_info(struct fsverity_info *vi);
fs/verity/fsverity_private.h
137
void fsverity_remove_info(struct fsverity_info *vi);
fs/verity/fsverity_private.h
148
int fsverity_verify_signature(const struct fsverity_info *vi,
fs/verity/fsverity_private.h
154
fsverity_verify_signature(const struct fsverity_info *vi,
fs/verity/measure.c
127
const struct fsverity_info *vi;
fs/verity/measure.c
30
const struct fsverity_info *vi;
fs/verity/measure.c
90
const struct fsverity_info *vi;
fs/verity/open.c
18
.key_len = sizeof_field(struct fsverity_info, inode),
fs/verity/open.c
189
struct fsverity_info *fsverity_create_info(struct inode *inode,
fs/verity/open.c
19
.key_offset = offsetof(struct fsverity_info, inode),
fs/verity/open.c
192
struct fsverity_info *vi;
fs/verity/open.c
20
.head_offset = offsetof(struct fsverity_info, rhash_head),
fs/verity/open.c
255
int fsverity_set_info(struct fsverity_info *vi)
fs/verity/open.c
262
struct fsverity_info *__fsverity_get_info(const struct inode *inode)
fs/verity/open.c
352
struct fsverity_info *vi = fsverity_get_info(inode), *found;
fs/verity/open.c
395
void fsverity_free_info(struct fsverity_info *vi)
fs/verity/open.c
402
void fsverity_remove_info(struct fsverity_info *vi)
fs/verity/open.c
411
struct fsverity_info *vi = fsverity_get_info(inode);
fs/verity/open.c
422
fsverity_info,
fs/verity/pagecache.c
69
struct fsverity_info *vi)
fs/verity/read_metadata.c
164
const struct fsverity_info *vi;
fs/verity/read_metadata.c
17
const struct fsverity_info *vi,
fs/verity/signature.c
53
int fsverity_verify_signature(const struct fsverity_info *vi,
fs/verity/verify.c
158
static bool verify_data_block(struct fsverity_info *vi,
fs/verity/verify.c
22
struct fsverity_info *vi;
fs/verity/verify.c
325
struct fsverity_info *vi)
fs/verity/verify.c
351
struct fsverity_info *vi = ctx->vi;
fs/verity/verify.c
381
struct fsverity_info *vi = ctx->vi;
fs/verity/verify.c
417
bool fsverity_verify_blocks(struct fsverity_info *vi, struct folio *folio,
fs/verity/verify.c
448
void fsverity_verify_bio(struct fsverity_info *vi, struct bio *bio)
fs/verity/verify.c
51
void fsverity_readahead(struct fsverity_info *vi, pgoff_t index,
fs/verity/verify.c
86
static bool is_hash_block_verified(struct fsverity_info *vi, struct page *hpage,
include/linux/fsverity.h
161
struct fsverity_info *__fsverity_get_info(const struct inode *inode);
include/linux/fsverity.h
170
static inline struct fsverity_info *fsverity_get_info(const struct inode *inode)
include/linux/fsverity.h
198
void fsverity_readahead(struct fsverity_info *vi, pgoff_t index,
include/linux/fsverity.h
200
bool fsverity_verify_blocks(struct fsverity_info *vi, struct folio *folio,
include/linux/fsverity.h
202
void fsverity_verify_bio(struct fsverity_info *vi, struct bio *bio);
include/linux/fsverity.h
205
struct fsverity_info *vi);
include/linux/fsverity.h
214
static inline struct fsverity_info *fsverity_get_info(const struct inode *inode)
include/linux/fsverity.h
262
static inline void fsverity_readahead(struct fsverity_info *vi, pgoff_t index,
include/linux/fsverity.h
267
static inline bool fsverity_verify_blocks(struct fsverity_info *vi,
include/linux/fsverity.h
275
static inline void fsverity_verify_bio(struct fsverity_info *vi,
include/linux/fsverity.h
287
size_t len, struct fsverity_info *vi)
include/linux/fsverity.h
29
struct fsverity_info;
include/linux/fsverity.h
294
static inline bool fsverity_verify_folio(struct fsverity_info *vi,
include/linux/iomap.h
435
struct fsverity_info *io_vi; /* fsverity info */
include/linux/iomap.h
510
struct fsverity_info *vi;
include/trace/events/fsverity.h
12
struct fsverity_info;
include/trace/events/fsverity.h
41
TP_PROTO(const struct inode *inode, const struct fsverity_info *vi,