Home
last modified time | relevance | path

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

/linux-4.4.14/fs/gfs2/
Ddir.c1185 u32 hash_a, hash_b; in compare_dents() local
1192 hash_b = be32_to_cpu(dent_b->de_hash); in compare_dents()
1194 if (hash_a > hash_b) in compare_dents()
1196 else if (hash_a < hash_b) in compare_dents()