Home
last modified time | relevance | path

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

/linux-4.1.27/fs/jffs2/
Dbuild.c61 struct jffs2_inode_cache *child_ic; in jffs2_build_inode_pass1() local
67 child_ic = jffs2_get_ino_cache(c, fd->ino); in jffs2_build_inode_pass1()
68 if (!child_ic) { in jffs2_build_inode_pass1()
78 fd->ic = child_ic; in jffs2_build_inode_pass1()
79 child_ic->pino_nlink++; in jffs2_build_inode_pass1()
83 child_ic->flags |= INO_FLAGS_IS_DIR; in jffs2_build_inode_pass1()
84 if (child_ic->pino_nlink > 1) in jffs2_build_inode_pass1()
260 struct jffs2_inode_cache *child_ic; in jffs2_build_remove_unlinked_inode() local
276 child_ic = jffs2_get_ino_cache(c, fd->ino); in jffs2_build_remove_unlinked_inode()
277 if (!child_ic) { in jffs2_build_remove_unlinked_inode()
[all …]