98 xfs_trans_agbtree_delta(cur->
bc_tp, 1);
123 xfs_trans_agbtree_delta(cur->
bc_tp, -1);
154 if (ptr != xfs_btree_get_numrecs(block))
165 numrecs = xfs_btree_get_numrecs(block);
168 ASSERT(ptr == numrecs + 1);
197 return cur->
bc_mp->m_alloc_mnr[level != 0];
205 return cur->
bc_mp->m_alloc_mxr[level != 0];
277 xfs_allocbt_keys_inorder(
295 xfs_allocbt_recs_inorder(
331 .keys_inorder = xfs_allocbt_keys_inorder,
332 .recs_inorder = xfs_allocbt_recs_inorder,
341 struct xfs_mount *
mp,
342 struct xfs_trans *tp,
358 cur->
bc_ops = &xfs_allocbt_ops;
378 struct xfs_mount *
mp,