Searched refs:jffs2_get_ino_cache (Results 1 – 8 of 8) sorted by relevance
/fs/jffs2/ |
D | build.c | 66 child_ic = jffs2_get_ino_cache(c, fd->ino); in jffs2_build_inode_pass1() 150 ic = jffs2_get_ino_cache(c, fd->ino); in jffs2_build_filesystem() 233 child_ic = jffs2_get_ino_cache(c, fd->ino); in jffs2_build_remove_unlinked_inode()
|
D | nodelist.h | 362 struct jffs2_inode_cache *jffs2_get_ino_cache(struct jffs2_sb_info *c, uint32_t ino);
|
D | scan.c | 958 ic = jffs2_get_ino_cache(c, ino); in jffs2_scan_make_ino_cache() 1010 ic = jffs2_get_ino_cache(c, ino); in jffs2_scan_inode_node()
|
D | fs.c | 639 ic = jffs2_get_ino_cache(c, inum); in jffs2_gc_fetch_inode()
|
D | nodelist.c | 421 struct jffs2_inode_cache *jffs2_get_ino_cache(struct jffs2_sb_info *c, uint32_t ino) in jffs2_get_ino_cache() function
|
D | readinode.c | 1352 f->inocache = jffs2_get_ino_cache(c, ino); in jffs2_do_read_inode()
|
D | gc.c | 162 ic = jffs2_get_ino_cache(c, c->checked_ino++); in jffs2_garbage_collect_pass()
|
D | xattr.c | 842 ic = jffs2_get_ino_cache(c, ref->ino); in jffs2_build_xattr_subsystem()
|