Home
last modified time | relevance | path

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

/openbmc/linux/fs/jffs2/
H A Dbuild.c124 if (ic->scan_dents) { in jffs2_build_filesystem()
179 while(ic->scan_dents) { in jffs2_build_filesystem()
180 fd = ic->scan_dents; in jffs2_build_filesystem()
181 ic->scan_dents = fd->next; in jffs2_build_filesystem()
211 ic->scan_dents = NULL; in jffs2_build_filesystem()
230 while(ic->scan_dents) { in jffs2_build_filesystem()
231 fd = ic->scan_dents; in jffs2_build_filesystem()
259 if (ic->scan_dents) { in jffs2_build_remove_unlinked_inode()
263 while(ic->scan_dents) { in jffs2_build_remove_unlinked_inode()
266 fd = ic->scan_dents; in jffs2_build_remove_unlinked_inode()
[all …]
H A Dnodelist.h163 struct jffs2_full_dirent *scan_dents; /* Used during scan to hold member
H A Dsummary.c482 jffs2_add_fd_to_list(c, fd, &ic->scan_dents); in jffs2_sum_process_sum_data()
H A Dscan.c1111 jffs2_add_fd_to_list(c, fd, &ic->scan_dents); in jffs2_scan_dirent_node()