Lines Matching refs:bc_ops
401 xfs_btree_init_buf(mp, bp, id->bc_ops, 0, 0, id->agno); in xfs_btroot_init()
467 xfs_btree_init_buf(mp, bp, id->bc_ops, 0, 0, id->agno); in xfs_bnoroot_init()
483 xfs_btree_init_buf(mp, bp, id->bc_ops, 0, 4, id->agno); in xfs_rmaproot_init()
695 const struct xfs_btree_ops *bc_ops; member
749 .bc_ops = &xfs_bnobt_ops, in xfs_ag_init_headers()
757 .bc_ops = &xfs_cntbt_ops, in xfs_ag_init_headers()
765 .bc_ops = &xfs_inobt_ops, in xfs_ag_init_headers()
773 .bc_ops = &xfs_finobt_ops, in xfs_ag_init_headers()
781 .bc_ops = &xfs_rmapbt_ops, in xfs_ag_init_headers()
789 .bc_ops = &xfs_refcountbt_ops, in xfs_ag_init_headers()
807 id->bc_ops = dp->bc_ops; in xfs_ag_init_headers()