Searched refs:midhash (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_dir2_node.c851 xfs_dahash_t midhash; /* middle entry hash value */ local
854 midhash = be32_to_cpu(leaf2->ents[mid - be16_to_cpu(leaf1->hdr.count)].hashval);
856 midhash = be32_to_cpu(leaf1->ents[mid].hashval);
857 isleft = args->hashval <= midhash;

Completed in 58 milliseconds