Lines Matching full:verify
30 * Using PG_checked also guarantees that we re-verify hash pages that in is_hash_block_verified()
82 * Verify a single data block against the file's Merkle tree.
84 * In principle, we need to verify the entire path to the root node. However,
87 * verify the path to that block.
128 * to verify that any data blocks fully past EOF are all zeroes. in verify_data_block()
224 /* Finally, verify the data block. */ in verify_data_block()
276 * fsverity_verify_blocks() - verify data in a folio
277 * @folio: the folio containing the data to verify
278 * @len: the length of the data to verify in the folio
279 * @offset: the offset of the data to verify in the folio
281 * Verify data that has just been read from a verity file. The data must be
295 * fsverity_verify_bio() - verify a 'read' bio that has just completed
296 * @bio: the bio to verify
298 * Verify the bio's data against the file's Merkle tree. All bio data segments