Searched refs:verify_length (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/bsd/vfs/ |
| H A D | vfs_cluster.c | 904 uint32_t verify_length = transaction_size; in cluster_handle_verification() local 923 verify_buf = (caddr_t)buf_verifyptr_with_size(cbp_head, transaction_size, &verify_length); in cluster_handle_verification() 926 if (verify_buf && verify_length) { in cluster_handle_verification() 927 verify_error = VNOP_VERIFY(vp, start_off, (uint8_t *)verify_buf, verify_length, in cluster_handle_verification() 934 verify_length = transaction_size; in cluster_handle_verification() 970 verify_error = VNOP_VERIFY(vp, start_off, (uint8_t *)verify_buf, verify_length, in cluster_handle_verification()
|