Lines Matching refs:dents
1275 - for (fd_list = dir_f->dents; fd_list && fd_list->nhash <= nhash; fd_list = fd_list->next) {
1280 + for (fd_list = dir_f->dents; fd_list && fd_list->nhash <= hash; fd_list = fd_list->next) {
1311 - for (fd = f->dents; fd; fd = fd->next) {
1725 for (fd = f->dents ; fd; fd = fd->next) {
1951 - jffs2_add_fd_to_list(c, fd, &dir_f->dents);
2009 - for (fd = victim_f->dents; fd; fd = fd->next) {
2017 + for (fd = f->dents; fd; fd = fd->next) {
3107 - for (fd=f->dents; fd; fd = fd->next) {
4992 - f->dents = NULL;
5540 fds = f->dents;
6592 + for (fd = root_node->jffs2_i.dents; fd; fd = next) {
6932 - for (fd = f->dents; fd; fd = fd->next) {
8297 jffs2_add_fd_to_list(c, fd, &dir_f->dents);
8303 fd = dir_f->dents;