Home
last modified time | relevance | path

Searched refs:broot_realloc (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_btree.c3121 cur->bc_ops->broot_realloc(cur, 0); in xfs_btree_promote_leaf_iroot()
3129 broot = cur->bc_ops->broot_realloc(cur, 1); in xfs_btree_promote_leaf_iroot()
3206 cur->bc_ops->broot_realloc(cur, 1); in xfs_btree_promote_node_iroot()
3455 cur->bc_ops->broot_realloc(cur, numrecs + 1); in xfs_btree_make_block_unfull()
3820 cur->bc_ops->broot_realloc(cur, 0); in xfs_btree_demote_leaf_child()
3827 broot = cur->bc_ops->broot_realloc(cur, numrecs); in xfs_btree_demote_leaf_child()
3865 block = cur->bc_ops->broot_realloc(cur, numrecs); in xfs_btree_demote_node_child()
4128 cur->bc_ops->broot_realloc(cur, numrecs); in xfs_btree_delrec()
H A Dxfs_btree.h230 struct xfs_btree_block *(*broot_realloc)(struct xfs_btree_cur *cur, member
H A Dxfs_rtrefcount_btree.c396 .broot_realloc = xfs_rtrefcountbt_broot_realloc,
H A Dxfs_bmap_btree.c656 .broot_realloc = xfs_bmbt_broot_realloc,
H A Dxfs_rtrmap_btree.c520 .broot_realloc = xfs_rtrmapbt_broot_realloc,