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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jffs2/
H A Djffs2_fs_i.h43 struct jffs2_full_dirent *dents; member in struct:jffs2_inode_info
H A Ddir.c92 for (fd_list = dir_f->dents; fd_list && fd_list->nhash <= target->d_name.hash; fd_list = fd_list->next) {
150 for (fd = f->dents; fd; fd = fd->next) {
448 jffs2_add_fd_to_list(c, fd, &dir_f->dents);
591 jffs2_add_fd_to_list(c, fd, &dir_f->dents);
606 for (fd = f->dents ; fd; fd = fd->next) {
758 jffs2_add_fd_to_list(c, fd, &dir_f->dents);
788 for (fd = victim_f->dents; fd; fd = fd->next) {
H A Dwrite.c490 jffs2_add_fd_to_list(c, fd, &dir_f->dents);
550 jffs2_add_fd_to_list(c, fd, &dir_f->dents);
553 struct jffs2_full_dirent **prev = &dir_f->dents;
585 while (dead_f->dents) {
587 fd = dead_f->dents;
589 dead_f->dents = fd->next;
662 jffs2_add_fd_to_list(c, fd, &dir_f->dents);
H A Dos-linux.h55 f->dents = NULL;
H A Dgc.c499 for (fd = f->dents; fd; fd=fd->next) {
804 jffs2_add_fd_to_list(c, new_fd, &f->dents);
811 struct jffs2_full_dirent **fdp = &f->dents;
H A Dreadinode.c1159 f->dents = rii.fds;
1408 fds = f->dents;
H A Dfs.c276 for (fd=f->dents; fd; fd = fd->next) {
H A Dwbuf.c207 for (fd = f->dents; fd; fd = fd->next) {

Completed in 157 milliseconds