Symbol: fsverity_info
fs/btrfs/extent_io.c
1348
struct fsverity_info *vi = NULL;
fs/btrfs/extent_io.c
2733
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
578
struct fsverity_info *vi = NULL;
fs/btrfs/extent_io.c
999
struct fsverity_info *vi)
fs/buffer.c
306
struct fsverity_info *vi;
fs/buffer.c
353
struct fsverity_info *vi = NULL;
fs/ext4/readpage.c
102
struct fsverity_info *vi = ctx->vi;
fs/ext4/readpage.c
181
struct fsverity_info *vi)
fs/ext4/readpage.c
211
static int ext4_mpage_readpages(struct inode *inode, struct fsverity_info *vi,
fs/ext4/readpage.c
398
struct fsverity_info *vi = NULL;
fs/ext4/readpage.c
419
struct fsverity_info *vi = NULL;
fs/ext4/readpage.c
66
struct fsverity_info *vi;
fs/f2fs/data.c
1100
struct fsverity_info *vi, block_t blkaddr,
fs/f2fs/data.c
1148
static void f2fs_submit_page_read(struct inode *inode, struct fsverity_info *vi,
fs/f2fs/data.c
118
struct fsverity_info *vi;
fs/f2fs/data.c
1258
static inline struct fsverity_info *f2fs_need_verity(const struct inode *inode,
fs/f2fs/data.c
196
struct fsverity_info *vi = ctx->vi;
fs/f2fs/data.c
2158
static int f2fs_read_single_page(struct inode *inode, struct fsverity_info *vi,
fs/f2fs/data.c
2462
struct fsverity_info *vi,
fs/f2fs/data.c
2612
static int f2fs_mpage_readpages(struct inode *inode, struct fsverity_info *vi,
fs/f2fs/data.c
2741
struct fsverity_info *vi = NULL;
fs/f2fs/data.c
2767
struct fsverity_info *vi = NULL;
fs/f2fs/f2fs.h
1673
struct fsverity_info *vi; /* verity info if needed */
fs/f2fs/f2fs.h
1729
struct fsverity_info *vi; /* fs-verity context if needed */
fs/verity/enable.c
187
struct fsverity_info *vi;
fs/verity/fsverity_private.h
129
struct fsverity_info *fsverity_create_info(struct inode *inode,
fs/verity/fsverity_private.h
132
int fsverity_set_info(struct fsverity_info *vi);
fs/verity/fsverity_private.h
133
void fsverity_free_info(struct fsverity_info *vi);
fs/verity/fsverity_private.h
134
void fsverity_remove_info(struct fsverity_info *vi);
fs/verity/fsverity_private.h
145
int fsverity_verify_signature(const struct fsverity_info *vi,
fs/verity/fsverity_private.h
151
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
186
struct fsverity_info *fsverity_create_info(struct inode *inode,
fs/verity/open.c
189
struct fsverity_info *vi;
fs/verity/open.c
19
.key_offset = offsetof(struct fsverity_info, inode),
fs/verity/open.c
20
.head_offset = offsetof(struct fsverity_info, rhash_head),
fs/verity/open.c
252
int fsverity_set_info(struct fsverity_info *vi)
fs/verity/open.c
259
struct fsverity_info *__fsverity_get_info(const struct inode *inode)
fs/verity/open.c
349
struct fsverity_info *vi = fsverity_get_info(inode), *found;
fs/verity/open.c
392
void fsverity_free_info(struct fsverity_info *vi)
fs/verity/open.c
399
void fsverity_remove_info(struct fsverity_info *vi)
fs/verity/open.c
408
struct fsverity_info *vi = fsverity_get_info(inode);
fs/verity/open.c
419
fsverity_info,
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
212
static inline struct fsverity_info *fsverity_get_info(const struct inode *inode)
include/linux/fsverity.h
260
static inline void fsverity_readahead(struct fsverity_info *vi, pgoff_t index,
include/linux/fsverity.h
265
static inline bool fsverity_verify_blocks(struct fsverity_info *vi,
include/linux/fsverity.h
273
static inline void fsverity_verify_bio(struct fsverity_info *vi,
include/linux/fsverity.h
286
static inline bool fsverity_verify_folio(struct fsverity_info *vi,
include/linux/fsverity.h
29
struct fsverity_info;
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,