Home | History | Annotate | Download | only in e2fsck

Lines Matching full:de_a

300 	const struct ext2_dir_entry *de_a, *de_b;
303 de_a = (const struct ext2_dir_entry *) a;
304 a_len = de_a->name_len & 0xFF;
311 return strncmp(de_a->name, de_b->name, a_len);