Home
last modified time | relevance | path

Searched refs:fsverity_verify_blocks (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dfsverity.h200 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 Dverify.c417 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 Dfsverity.rst681 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 Dbuffer.c316 valid = fsverity_verify_blocks(ctx->vi, bh->b_folio, bh->b_size, in verify_bh()
/linux/fs/f2fs/
H A Ddata.c2534 if (vi && !fsverity_verify_blocks(vi, folio, PAGE_SIZE, page_offset)) { in f2fs_read_data_large_folio()