Lines Matching defs:offset
109 /* Byte offset of the wanted hash relative to @addr */
171 /* Byte offset of the hash block within the page */
175 /* Byte offset of the hash within the block */
253 verify_data_blocks(struct folio *data_folio, size_t len, size_t offset,
261 if (WARN_ON_ONCE(len <= 0 || !IS_ALIGNED(len | offset, block_size)))
270 data = kmap_local_folio(data_folio, offset);
271 valid = verify_data_block(inode, vi, data, pos + offset,
276 offset += block_size;
286 * @offset: the offset of the data to verify in the folio
290 * length and offset of the data must be Merkle tree block size aligned.
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,