Home
last modified time | relevance | path

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

/linux-6.6.21/fs/gfs2/
Ddir.c1217 const struct gfs2_dirent *dent_a, *dent_b; in compare_dents() local
1224 dent_b = *(const struct gfs2_dirent **)b; in compare_dents()
1225 hash_b = dent_b->de_cookie; in compare_dents()
1233 unsigned int len_b = be16_to_cpu(dent_b->de_name_len); in compare_dents()
1240 ret = memcmp(dent_a + 1, dent_b + 1, len_a); in compare_dents()