Lines Matching refs:child_ic
62 struct jffs2_inode_cache *child_ic;
68 child_ic = jffs2_get_ino_cache(c, fd->ino);
69 if (!child_ic) {
79 fd->ic = child_ic;
80 child_ic->pino_nlink++;
84 child_ic->flags |= INO_FLAGS_IS_DIR;
85 if (child_ic->pino_nlink > 1)
264 struct jffs2_inode_cache *child_ic;
280 child_ic = jffs2_get_ino_cache(c, fd->ino);
281 if (!child_ic) {
290 child_ic->pino_nlink--;
292 if (!child_ic->pino_nlink) {
299 fd->ino, fd->name, child_ic->pino_nlink);