Lines Matching refs:b_ops
179 bp->b_ops = &xfs_dir3_leaf1_buf_ops; in xchk_da_btree_read_verify()
180 bp->b_ops->verify_read(bp); in xchk_da_btree_read_verify()
187 bp->b_ops = &xfs_da3_node_buf_ops; in xchk_da_btree_read_verify()
188 bp->b_ops->verify_read(bp); in xchk_da_btree_read_verify()
201 bp->b_ops = &xfs_dir3_leaf1_buf_ops; in xchk_da_btree_write_verify()
202 bp->b_ops->verify_write(bp); in xchk_da_btree_write_verify()
209 bp->b_ops = &xfs_da3_node_buf_ops; in xchk_da_btree_write_verify()
210 bp->b_ops->verify_write(bp); in xchk_da_btree_write_verify()
223 bp->b_ops = &xfs_dir3_leaf1_buf_ops; in xchk_da_btree_verify()
224 return bp->b_ops->verify_struct(bp); in xchk_da_btree_verify()
226 bp->b_ops = &xfs_da3_node_buf_ops; in xchk_da_btree_verify()
227 return bp->b_ops->verify_struct(bp); in xchk_da_btree_verify()