Lines Matching refs:jffs2_inode_cache
119 static inline struct jffs2_inode_cache *jffs2_raw_ref_to_ic(struct jffs2_raw_node_ref *raw) in jffs2_raw_ref_to_ic()
126 return ((struct jffs2_inode_cache *)raw); in jffs2_raw_ref_to_ic()
158 struct jffs2_inode_cache { struct
175 struct jffs2_inode_cache *next; argument
255 struct jffs2_inode_cache *ic; /* Just during part of build */
365 void jffs2_set_inocache_state(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic, int state);
366 struct jffs2_inode_cache *jffs2_get_ino_cache(struct jffs2_sb_info *c, uint32_t ino);
367 void jffs2_add_ino_cache (struct jffs2_sb_info *c, struct jffs2_inode_cache *new);
368 void jffs2_del_ino_cache(struct jffs2_sb_info *c, struct jffs2_inode_cache *old);
378 struct jffs2_inode_cache *ic);
391 struct jffs2_inode_cache *ic);
418 int jffs2_do_crccheck_inode(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic);
440 struct jffs2_inode_cache *jffs2_alloc_inode_cache(void);
441 void jffs2_free_inode_cache(struct jffs2_inode_cache *);
463 struct jffs2_inode_cache *jffs2_scan_make_ino_cache(struct jffs2_sb_info *c, uint32_t ino);