Home
last modified time | relevance | path

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

/linux-3.4.99/fs/gfs2/
Ddir.c1165 const struct gfs2_dirent *dent_a, *dent_b; in compare_dents() local
1172 dent_b = *(const struct gfs2_dirent **)b; in compare_dents()
1173 hash_b = be32_to_cpu(dent_b->de_hash); in compare_dents()
1181 unsigned int len_b = be16_to_cpu(dent_b->de_name_len); in compare_dents()
1188 ret = memcmp(dent_a + 1, dent_b + 1, len_a); in compare_dents()