Searched refs:verify_type (Results 1 – 1 of 1) sorted by relevance
744 buf_verify_enable(buf_t bp, vnode_verify_kind_t verify_type) in buf_verify_enable() argument753 num_bytes = (bp->b_bcount / bp->b_vp->v_specsize) * get_num_bytes_for_verify_kind(verify_type); in buf_verify_enable()755 … (bp->b_bcount / bp->b_vp->v_mount->mnt_devblocksize) * get_num_bytes_for_verify_kind(verify_type); in buf_verify_enable()761 if (os_atomic_cmpxchg(&bp->b_attr.ba_verify_type, 0, verify_type, acq_rel)) { in buf_verify_enable()