Lines Matching full:verify
31 * 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()
231 /* Finally, verify the data block. */ in verify_data_block()
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
288 * Verify data that has just been read from a verity file. The data must be
302 * fsverity_verify_bio() - verify a 'read' bio that has just completed
303 * @bio: the bio to verify
305 * Verify the bio's data against the file's Merkle tree. All bio data segments