Lines Matching refs:jffs2_raw_node_ref
82 struct jffs2_raw_node_ref struct
84 struct jffs2_raw_node_ref *next_in_ino; /* Points to the next raw_node_ref argument
99 #define REFS_PER_BLOCK ((255/sizeof(struct jffs2_raw_node_ref))-1) argument
101 static inline struct jffs2_raw_node_ref *ref_next(struct jffs2_raw_node_ref *ref) in ref_next()
119 static inline struct jffs2_inode_cache *jffs2_raw_ref_to_ic(struct jffs2_raw_node_ref *raw) in jffs2_raw_ref_to_ic()
167 struct jffs2_raw_node_ref *nodes;
215 struct jffs2_raw_node_ref *raw;
248 struct jffs2_raw_node_ref *latest_ref;
254 struct jffs2_raw_node_ref *raw;
290 struct jffs2_raw_node_ref *first_node;
291 struct jffs2_raw_node_ref *last_node;
293 struct jffs2_raw_node_ref *gc_node; /* Next node to be garbage collected */
375 struct jffs2_raw_node_ref *jffs2_link_node_ref(struct jffs2_sb_info *c,
381 struct jffs2_raw_node_ref *ref);
389 struct jffs2_raw_node_ref *jffs2_add_physical_node_ref(struct jffs2_sb_info *c,
393 void jffs2_mark_node_obsolete(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *raw);
437 void jffs2_free_refblock(struct jffs2_raw_node_ref *);