Searched refs:fsverity_verify_blocks (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| H A D | fsverity.h | 200 bool fsverity_verify_blocks(struct fsverity_info *vi, struct folio *folio, 265 static inline bool fsverity_verify_blocks(struct fsverity_info *vi, in fsverity_verify_blocks() function 289 return fsverity_verify_blocks(vi, folio, folio_size(folio), 0); in fsverity_verify_folio()
|
| /linux/fs/verity/ |
| H A D | verify.c | 417 bool fsverity_verify_blocks(struct fsverity_info *vi, struct folio *folio, in fsverity_verify_blocks() function 430 EXPORT_SYMBOL_GPL(fsverity_verify_blocks);
|
| /linux/Documentation/filesystems/ |
| H A D | fsverity.rst | 681 Therefore, fs/verity/ provides the function fsverity_verify_blocks() 685 fsverity_verify_blocks() will call back into the filesystem to read 688 fsverity_verify_blocks() returns false if verification failed; in this 697 Therefore, fsverity_verify_blocks() only ascends the tree reading hash 740 fsverity_verify_blocks() to verify hole blocks.
|
| /linux/fs/ |
| H A D | buffer.c | 316 valid = fsverity_verify_blocks(ctx->vi, bh->b_folio, bh->b_size, in verify_bh()
|
| /linux/fs/f2fs/ |
| H A D | data.c | 2534 if (vi && !fsverity_verify_blocks(vi, folio, PAGE_SIZE, page_offset)) { in f2fs_read_data_large_folio()
|