Searched refs:verify_length (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/bsd/vfs/ |
| H A D | vfs_cluster.c | 901 uint32_t verify_length = transaction_size; in cluster_handle_verification() local 920 verify_buf = (caddr_t)buf_verifyptr_with_size(cbp_head, transaction_size, &verify_length); in cluster_handle_verification() 923 if (verify_buf && verify_length) { in cluster_handle_verification() 924 verify_error = VNOP_VERIFY(vp, start_off, (uint8_t *)verify_buf, verify_length, in cluster_handle_verification() 931 verify_length = transaction_size; in cluster_handle_verification() 967 verify_error = VNOP_VERIFY(vp, start_off, (uint8_t *)verify_buf, verify_length, in cluster_handle_verification()
|