Lines Matching refs:b_ops
293 bp->b_ops = &xfs_attr3_leaf_buf_ops; in xfs_da3_node_read_verify()
294 bp->b_ops->verify_read(bp); in xfs_da3_node_read_verify()
298 bp->b_ops = &xfs_dir3_leafn_buf_ops; in xfs_da3_node_read_verify()
299 bp->b_ops->verify_read(bp); in xfs_da3_node_read_verify()
320 bp->b_ops = &xfs_attr3_leaf_buf_ops; in xfs_da3_node_verify_struct()
321 return bp->b_ops->verify_struct(bp); in xfs_da3_node_verify_struct()
324 bp->b_ops = &xfs_dir3_leafn_buf_ops; in xfs_da3_node_verify_struct()
325 return bp->b_ops->verify_struct(bp); in xfs_da3_node_verify_struct()
441 bp->b_ops = &xfs_da3_node_buf_ops; in xfs_da3_node_create()
718 bp->b_ops = blk1->bp->b_ops; in xfs_da3_root_split()
1218 root_blk->bp->b_ops = bp->b_ops; in xfs_da3_root_join()