Lines Matching refs:b_ops
187 bp->b_ops = &xfs_dir3_leaf1_buf_ops; in xchk_da_btree_read_verify()
188 bp->b_ops->verify_read(bp); in xchk_da_btree_read_verify()
195 bp->b_ops = &xfs_da3_node_buf_ops; in xchk_da_btree_read_verify()
196 bp->b_ops->verify_read(bp); in xchk_da_btree_read_verify()
209 bp->b_ops = &xfs_dir3_leaf1_buf_ops; in xchk_da_btree_write_verify()
210 bp->b_ops->verify_write(bp); in xchk_da_btree_write_verify()
217 bp->b_ops = &xfs_da3_node_buf_ops; in xchk_da_btree_write_verify()
218 bp->b_ops->verify_write(bp); in xchk_da_btree_write_verify()
231 bp->b_ops = &xfs_dir3_leaf1_buf_ops; in xchk_da_btree_verify()
232 return bp->b_ops->verify_struct(bp); in xchk_da_btree_verify()
234 bp->b_ops = &xfs_da3_node_buf_ops; in xchk_da_btree_verify()
235 return bp->b_ops->verify_struct(bp); in xchk_da_btree_verify()