Lines Matching refs:b_ops
231 bp->b_ops = &xfs_attr3_leaf_buf_ops; in xfs_da3_node_read_verify()
232 bp->b_ops->verify_read(bp); in xfs_da3_node_read_verify()
236 bp->b_ops = &xfs_dir3_leafn_buf_ops; in xfs_da3_node_read_verify()
237 bp->b_ops->verify_read(bp); in xfs_da3_node_read_verify()
258 bp->b_ops = &xfs_attr3_leaf_buf_ops; in xfs_da3_node_verify_struct()
259 return bp->b_ops->verify_struct(bp); in xfs_da3_node_verify_struct()
262 bp->b_ops = &xfs_dir3_leafn_buf_ops; in xfs_da3_node_verify_struct()
263 return bp->b_ops->verify_struct(bp); in xfs_da3_node_verify_struct()
349 bp->b_ops = &xfs_da3_node_buf_ops; in xfs_da3_node_create()
625 bp->b_ops = blk1->bp->b_ops; in xfs_da3_root_split()
1126 root_blk->bp->b_ops = bp->b_ops; in xfs_da3_root_join()