Home
last modified time | relevance | path

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

/linux-6.12.1/fs/gfs2/
Ddir.c1220 const struct gfs2_dirent *dent_a, *dent_b; in compare_dents() local
1227 dent_b = *(const struct gfs2_dirent **)b; in compare_dents()
1228 hash_b = dent_b->de_cookie; in compare_dents()
1236 unsigned int len_b = be16_to_cpu(dent_b->de_name_len); in compare_dents()
1243 ret = memcmp(dent_a + 1, dent_b + 1, len_a); in compare_dents()