Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Ddir.c1223 const struct gfs2_dirent *dent_a, *dent_b; in compare_dents() local
1230 dent_b = *(const struct gfs2_dirent **)b; in compare_dents()
1231 hash_b = dent_b->de_cookie; in compare_dents()
1239 unsigned int len_b = be16_to_cpu(dent_b->de_name_len); in compare_dents()
1246 ret = memcmp(dent_a + 1, dent_b + 1, len_a); in compare_dents()