Searched refs:jffs2_add_fd_to_list (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/fs/jffs2/ |
D | write.c | 537 jffs2_add_fd_to_list(c, fd, &dir_f->dents); in jffs2_do_create() 597 jffs2_add_fd_to_list(c, fd, &dir_f->dents); in jffs2_do_unlink() 716 jffs2_add_fd_to_list(c, fd, &dir_f->dents); in jffs2_do_link()
|
D | dir.c | 425 jffs2_add_fd_to_list(c, fd, &dir_f->dents); in jffs2_symlink() 570 jffs2_add_fd_to_list(c, fd, &dir_f->dents); in jffs2_mkdir() 745 jffs2_add_fd_to_list(c, fd, &dir_f->dents); in jffs2_mknod()
|
D | nodelist.h | 364 void jffs2_add_fd_to_list(struct jffs2_sb_info *c, struct jffs2_full_dirent *new, struct jffs2_full…
|
D | nodelist.c | 26 void jffs2_add_fd_to_list(struct jffs2_sb_info *c, struct jffs2_full_dirent *new, struct jffs2_full… in jffs2_add_fd_to_list() function
|
D | summary.c | 482 jffs2_add_fd_to_list(c, fd, &ic->scan_dents); in jffs2_sum_process_sum_data()
|
D | scan.c | 1105 jffs2_add_fd_to_list(c, fd, &ic->scan_dents); in jffs2_scan_dirent_node()
|
D | gc.c | 871 jffs2_add_fd_to_list(c, new_fd, &f->dents); in jffs2_garbage_collect_dirent()
|
D | readinode.c | 681 jffs2_add_fd_to_list(c, fd, &rii->fds); in read_direntry()
|