Lines Matching refs:xfs_dir_leaf_moveents
97 STATIC void xfs_dir_leaf_moveents(xfs_dir_leafblock_t *src_leaf,
1076 xfs_dir_leaf_moveents(leaf_s, 0, leaf_d, 0, (int)INT_GET(hdr_s->count, ARCH_CONVERT), mp); in xfs_dir_leaf_compact()
1171 xfs_dir_leaf_moveents(leaf1, INT_GET(hdr1->count, ARCH_CONVERT) - count, in xfs_dir_leaf_rebalance()
1201 xfs_dir_leaf_moveents(leaf2, 0, leaf1, (int)INT_GET(hdr1->count, ARCH_CONVERT), in xfs_dir_leaf_rebalance()
1641 xfs_dir_leaf_moveents(drop_leaf, 0, save_leaf, 0, in xfs_dir_leaf_unbalance()
1644 xfs_dir_leaf_moveents(drop_leaf, 0, in xfs_dir_leaf_unbalance()
1665 xfs_dir_leaf_moveents(drop_leaf, 0, tmp_leaf, 0, in xfs_dir_leaf_unbalance()
1667 xfs_dir_leaf_moveents(save_leaf, 0, in xfs_dir_leaf_unbalance()
1671 xfs_dir_leaf_moveents(save_leaf, 0, tmp_leaf, 0, in xfs_dir_leaf_unbalance()
1673 xfs_dir_leaf_moveents(drop_leaf, 0, in xfs_dir_leaf_unbalance()
1786 xfs_dir_leaf_moveents(xfs_dir_leafblock_t *leaf_s, int start_s, in xfs_dir_leaf_moveents() function