Lines Matching defs:folio
253 verify_data_blocks(struct folio *data_folio, size_t len, size_t offset,
283 * fsverity_verify_blocks() - verify data in a folio
284 * @folio: the folio containing the data to verify
285 * @len: the length of the data to verify in the folio
286 * @offset: the offset of the data to verify in the folio
289 * located in a pagecache folio that is still locked and not yet uptodate. The
294 bool fsverity_verify_blocks(struct folio *folio, size_t len, size_t offset)
296 return verify_data_blocks(folio, len, offset, 0);
334 if (!verify_data_blocks(fi.folio, fi.length, fi.offset,