Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_dir2_node.c1016 int swap_blocks; /* swapped leaf blocks */ in xfs_dir2_leafn_rebalance() local
1027 swap_blocks = xfs_dir2_leafn_order(dp, blk1->bp, blk2->bp); in xfs_dir2_leafn_rebalance()
1028 if (swap_blocks) in xfs_dir2_leafn_rebalance()
1094 state->inleaf = swap_blocks; in xfs_dir2_leafn_rebalance()
1096 state->inleaf = !swap_blocks; in xfs_dir2_leafn_rebalance()
1098 state->inleaf = swap_blocks ^ (blk1->index <= hdr1.count); in xfs_dir2_leafn_rebalance()