Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/libxfs/
Dxfs_dir2_node.c1076 int swap_blocks; /* swapped leaf blocks */ in xfs_dir2_leafn_rebalance() local
1087 swap_blocks = xfs_dir2_leafn_order(dp, blk1->bp, blk2->bp); in xfs_dir2_leafn_rebalance()
1088 if (swap_blocks) in xfs_dir2_leafn_rebalance()
1154 state->inleaf = swap_blocks; in xfs_dir2_leafn_rebalance()
1156 state->inleaf = !swap_blocks; in xfs_dir2_leafn_rebalance()
1158 state->inleaf = swap_blocks ^ (blk1->index <= hdr1.count); in xfs_dir2_leafn_rebalance()