Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_dir2_node.c1086 int swap_blocks; /* swapped leaf blocks */ in xfs_dir2_leafn_rebalance() local
1097 swap_blocks = xfs_dir2_leafn_order(dp, blk1->bp, blk2->bp); in xfs_dir2_leafn_rebalance()
1098 if (swap_blocks) in xfs_dir2_leafn_rebalance()
1164 state->inleaf = swap_blocks; in xfs_dir2_leafn_rebalance()
1166 state->inleaf = !swap_blocks; in xfs_dir2_leafn_rebalance()
1168 state->inleaf = swap_blocks ^ (blk1->index <= hdr1.count); in xfs_dir2_leafn_rebalance()