Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_dir2_node.c740 int isleft; /* new goes in left leaf */ in xfs_dir2_leafn_rebalance() local
779 isleft = args->hashval <= midhash; in xfs_dir2_leafn_rebalance()
787 isleft = 1; in xfs_dir2_leafn_rebalance()
792 count = be16_to_cpu(leaf1->hdr.count) - mid + (isleft == 0); in xfs_dir2_leafn_rebalance()