Searched refs:jffs2_full_dirent (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Djffs2_fs_i.h43 struct jffs2_full_dirent *dents;
H A Dnodelist.h163 struct jffs2_full_dirent *scan_dents; /* Used during scan to hold
245 struct jffs2_full_dirent *fds;
249 struct jffs2_full_dirent struct
252 struct jffs2_full_dirent *next;
359 void jffs2_add_fd_to_list(struct jffs2_sb_info *c, struct jffs2_full_dirent *new, struct jffs2_full_dirent **list);
396 struct jffs2_full_dirent *jffs2_write_dirent(struct jffs2_sb_info *c, struct jffs2_inode_info *f,
420 struct jffs2_full_dirent *jffs2_alloc_full_dirent(int namesize);
421 void jffs2_free_full_dirent(struct jffs2_full_dirent *);
H A Dbuild.c21 struct jffs2_inode_cache *, struct jffs2_full_dirent **);
52 struct jffs2_full_dirent *fd;
98 struct jffs2_full_dirent *fd;
99 struct jffs2_full_dirent *dead_fds = NULL;
195 struct jffs2_full_dirent **dead_fds)
198 struct jffs2_full_dirent *fd;
H A Dmalloc.c120 struct jffs2_full_dirent *jffs2_alloc_full_dirent(int namesize)
122 struct jffs2_full_dirent *ret;
123 ret = kmalloc(sizeof(struct jffs2_full_dirent) + namesize, GFP_KERNEL);
128 void jffs2_free_full_dirent(struct jffs2_full_dirent *x)
H A Ddir.c79 struct jffs2_full_dirent *fd = NULL, *fd_list;
124 struct jffs2_full_dirent *fd;
306 struct jffs2_full_dirent *fd;
466 struct jffs2_full_dirent *fd;
607 struct jffs2_full_dirent *fd;
634 struct jffs2_full_dirent *fd;
793 struct jffs2_full_dirent *fd;
H A Dgc.c29 struct jffs2_inode_info *f, struct jffs2_full_dirent *fd);
31 struct jffs2_inode_info *f, struct jffs2_full_dirent *fd);
464 struct jffs2_full_dirent *fd;
799 struct jffs2_inode_info *f, struct jffs2_full_dirent *fd)
801 struct jffs2_full_dirent *new_fd;
843 struct jffs2_inode_info *f, struct jffs2_full_dirent *fd)
845 struct jffs2_full_dirent **fdp = &f->dents;
H A Dwrite.c198 struct jffs2_full_dirent *jffs2_write_dirent(struct jffs2_sb_info *c, struct jffs2_inode_info *f,
202 struct jffs2_full_dirent *fd;
431 struct jffs2_full_dirent *fd;
536 struct jffs2_full_dirent *fd;
654 struct jffs2_full_dirent *fd;
H A Dreadinode.c573 static void jffs2_free_full_dirent_list(struct jffs2_full_dirent *fd)
575 struct jffs2_full_dirent *next;
607 struct jffs2_full_dirent *fd;
694 * Wheee. We now have a complete jffs2_full_dirent structure, with
1413 struct jffs2_full_dirent *fd, *fds;
H A Dnodelist.c24 void jffs2_add_fd_to_list(struct jffs2_sb_info *c, struct jffs2_full_dirent *new, struct jffs2_full_dirent **list)
26 struct jffs2_full_dirent **prev = list;
H A Dfs.c294 struct jffs2_full_dirent *fd;
H A Dsummary.c388 struct jffs2_full_dirent *fd;
H A Dscan.c1008 struct jffs2_full_dirent *fd;
H A Dwbuf.c182 struct jffs2_full_dirent *fd;

Completed in 175 milliseconds