Home
last modified time | relevance | path

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

/linux-2.6.39/fs/gfs2/
Ddir.c1139 u32 hash_a, hash_b; in compare_dents() local
1143 hash_a = be32_to_cpu(dent_a->de_hash); in compare_dents()
1148 if (hash_a > hash_b) in compare_dents()
1150 else if (hash_a < hash_b) in compare_dents()