Home
last modified time | relevance | path

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

/linux-3.4.99/fs/gfs2/
Ddir.c1166 u32 hash_a, hash_b; in compare_dents() local
1173 hash_b = be32_to_cpu(dent_b->de_hash); in compare_dents()
1175 if (hash_a > hash_b) in compare_dents()
1177 else if (hash_a < hash_b) in compare_dents()