Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_dir2_node.c818 int isleft; /* new goes in left leaf */ in xfs_dir2_leafn_rebalance() local
857 isleft = args->hashval <= midhash; in xfs_dir2_leafn_rebalance()
865 isleft = 1; in xfs_dir2_leafn_rebalance()
870 count = be16_to_cpu(leaf1->hdr.count) - mid + (isleft == 0); in xfs_dir2_leafn_rebalance()