Lines Matching defs:ic
502 struct jffs2_inode_cache *ic)
530 new = jffs2_link_node_ref(c, jeb, ofs, len, ic);
804 struct jffs2_inode_cache *ic;
809 ic = jffs2_raw_ref_to_ic(ref);
810 for (p = &ic->nodes; (*p) != ref; p = &((*p)->next_in_ino))
816 switch (ic->class) {
819 jffs2_release_xattr_datum(c, (struct jffs2_xattr_datum *)ic);
822 jffs2_release_xattr_ref(c, (struct jffs2_xattr_ref *)ic);
826 if (ic->nodes == (void *)ic && ic->pino_nlink == 0)
827 jffs2_del_ino_cache(c, ic);