Searched refs:jffs2_full_dirent (Results 1 – 13 of 13) sorted by relevance
/linux-5.19.10/fs/jffs2/ |
D | nodelist.h | 163 struct jffs2_full_dirent *scan_dents; /* Used during scan to hold 247 struct jffs2_full_dirent *fds; 251 struct jffs2_full_dirent struct 257 struct jffs2_full_dirent *next; argument 364 …ffs2_add_fd_to_list(struct jffs2_sb_info *c, struct jffs2_full_dirent *new, struct jffs2_full_dire… 401 struct jffs2_full_dirent *jffs2_write_dirent(struct jffs2_sb_info *c, struct jffs2_inode_info *f, 425 struct jffs2_full_dirent *jffs2_alloc_full_dirent(int namesize); 426 void jffs2_free_full_dirent(struct jffs2_full_dirent *);
|
D | build.c | 24 struct jffs2_inode_cache *, struct jffs2_full_dirent **); 56 struct jffs2_full_dirent *fd; in jffs2_build_inode_pass1() 103 struct jffs2_full_dirent *fd; in jffs2_build_filesystem() 104 struct jffs2_full_dirent *dead_fds = NULL; in jffs2_build_filesystem() 241 struct jffs2_full_dirent **dead_fds) in jffs2_build_remove_unlinked_inode() 244 struct jffs2_full_dirent *fd; in jffs2_build_remove_unlinked_inode()
|
D | malloc.c | 113 struct jffs2_full_dirent *jffs2_alloc_full_dirent(int namesize) in jffs2_alloc_full_dirent() 115 struct jffs2_full_dirent *ret; in jffs2_alloc_full_dirent() 116 ret = kmalloc(sizeof(struct jffs2_full_dirent) + namesize, GFP_KERNEL); in jffs2_alloc_full_dirent() 121 void jffs2_free_full_dirent(struct jffs2_full_dirent *x) in jffs2_free_full_dirent()
|
D | jffs2_fs_i.h | 43 struct jffs2_full_dirent *dents;
|
D | dir.c | 82 struct jffs2_full_dirent *fd = NULL, *fd_list; in jffs2_lookup() 127 struct jffs2_full_dirent *fd; in jffs2_readdir() 291 struct jffs2_full_dirent *fd; in jffs2_symlink() 454 struct jffs2_full_dirent *fd; in jffs2_mkdir() 594 struct jffs2_full_dirent *fd; in jffs2_rmdir() 626 struct jffs2_full_dirent *fd; in jffs2_mknod() 787 struct jffs2_full_dirent *fd; in jffs2_rename()
|
D | write.c | 205 struct jffs2_full_dirent *jffs2_write_dirent(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_write_dirent() 209 struct jffs2_full_dirent *fd; in jffs2_write_dirent() 447 struct jffs2_full_dirent *fd; in jffs2_do_create() 552 struct jffs2_full_dirent *fd; in jffs2_do_unlink() 672 struct jffs2_full_dirent *fd; in jffs2_do_link()
|
D | gc.c | 31 struct jffs2_inode_info *f, struct jffs2_full_dirent *fd); 33 struct jffs2_inode_info *f, struct jffs2_full_dirent *fd); 502 struct jffs2_full_dirent *fd; in jffs2_garbage_collect_live() 851 struct jffs2_inode_info *f, struct jffs2_full_dirent *fd) in jffs2_garbage_collect_dirent() 853 struct jffs2_full_dirent *new_fd; in jffs2_garbage_collect_dirent() 896 struct jffs2_inode_info *f, struct jffs2_full_dirent *fd) in jffs2_garbage_collect_deletion_dirent() 898 struct jffs2_full_dirent **fdp = &f->dents; in jffs2_garbage_collect_deletion_dirent()
|
D | nodelist.c | 26 …ffs2_add_fd_to_list(struct jffs2_sb_info *c, struct jffs2_full_dirent *new, struct jffs2_full_dire… in jffs2_add_fd_to_list() 28 struct jffs2_full_dirent **prev = list; in jffs2_add_fd_to_list()
|
D | readinode.c | 556 static void jffs2_free_full_dirent_list(struct jffs2_full_dirent *fd) in jffs2_free_full_dirent_list() 558 struct jffs2_full_dirent *next; in jffs2_free_full_dirent_list() 590 struct jffs2_full_dirent *fd; in read_direntry() 1415 struct jffs2_full_dirent *fd, *fds; in jffs2_do_clear_inode()
|
D | fs.c | 302 struct jffs2_full_dirent *fd; in jffs2_iget()
|
D | summary.c | 390 struct jffs2_full_dirent *fd; in jffs2_sum_process_sum_data()
|
D | scan.c | 1048 struct jffs2_full_dirent *fd; in jffs2_scan_dirent_node()
|
D | wbuf.c | 188 struct jffs2_full_dirent *fd; in jffs2_incore_replace_raw()
|