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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dbuild.c57 for(fd = ic->scan_dents; fd; fd = fd->next) {
84 /* Can't free scan_dents so far. We might need them in pass 2 */
119 if (ic->scan_dents) {
160 while(ic->scan_dents) {
161 fd = ic->scan_dents;
162 ic->scan_dents = fd->next;
165 ic->scan_dents = NULL;
181 while(ic->scan_dents) {
182 fd = ic->scan_dents;
183 ic->scan_dents
[all...]
H A Dnodelist.h163 struct jffs2_full_dirent *scan_dents; /* Used during scan to hold member in struct:jffs2_inode_cache
H A Dsummary.c477 jffs2_add_fd_to_list(c, fd, &ic->scan_dents);
H A Dscan.c1069 jffs2_add_fd_to_list(c, fd, &ic->scan_dents);

Completed in 120 milliseconds