Searched refs:verify_ptr (Results 1 – 2 of 2) sorted by relevance
99 void *verify_ptr; /* only for metadata, B_CLUSTER not set */ member
688 if (bp->b_attr.ba_un.verify_ptr && bp->b_bcount && vp) { in buf_verifyptr_with_size()696 return bp->b_attr.ba_un.verify_ptr; in buf_verifyptr_with_size()760 uint8_t *verify_ptr = kalloc_data(num_bytes, Z_WAITOK | Z_ZERO | Z_NOFAIL); in buf_verify_enable() local762 assert(bp->b_attr.ba_un.verify_ptr == NULL); in buf_verify_enable()763 bp->b_attr.ba_un.verify_ptr = verify_ptr; in buf_verify_enable()765 kfree_data(verify_ptr, num_bytes); in buf_verify_enable()788 kfree_data(bp->b_attr.ba_un.verify_ptr, num_bytes); in buf_verify_free()