Home
last modified time | relevance | path

Searched refs:jffs2_get_ino_cache (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/fs/jffs2/
H A Dbuild.c68 child_ic = jffs2_get_ino_cache(c, fd->ino); in jffs2_build_inode_pass1()
153 ic = jffs2_get_ino_cache(c, fd->ino); in jffs2_build_filesystem()
280 child_ic = jffs2_get_ino_cache(c, fd->ino); in jffs2_build_remove_unlinked_inode()
H A Dnodelist.h366 struct jffs2_inode_cache *jffs2_get_ino_cache(struct jffs2_sb_info *c, uint32_t ino);
H A Dscan.c969 ic = jffs2_get_ino_cache(c, ino); in jffs2_scan_make_ino_cache()
1021 ic = jffs2_get_ino_cache(c, ino); in jffs2_scan_inode_node()
H A Dnodelist.c421 struct jffs2_inode_cache *jffs2_get_ino_cache(struct jffs2_sb_info *c, uint32_t ino) in jffs2_get_ino_cache() function
H A Dfs.c649 ic = jffs2_get_ino_cache(c, inum); in jffs2_gc_fetch_inode()
H A Dreadinode.c1335 f->inocache = jffs2_get_ino_cache(c, ino); in jffs2_do_read_inode()
H A Dxattr.c845 ic = jffs2_get_ino_cache(c, ref->ino); in jffs2_build_xattr_subsystem()