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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Ddir.c1133 const struct gfs2_dirent *dent_a, *dent_b; local
1140 dent_b = *(const struct gfs2_dirent **)b;
1141 hash_b = be32_to_cpu(dent_b->de_hash);
1149 unsigned int len_b = be16_to_cpu(dent_b->de_name_len);
1156 ret = memcmp(dent_a + 1, dent_b + 1, len_a);

Completed in 152 milliseconds