Lines Matching refs:jffs2_raw_node_ref
67 struct jffs2_raw_node_ref struct
69 struct jffs2_raw_node_ref *next_in_ino; /* Points to the next raw_node_ref argument
73 struct jffs2_raw_node_ref *next_phys; argument
92 struct jffs2_raw_node_ref *rew; argument
109 struct jffs2_raw_node_ref *nodes;
125 struct jffs2_raw_node_ref *raw;
148 struct jffs2_raw_node_ref *raw;
178 struct jffs2_raw_node_ref *first_node;
179 struct jffs2_raw_node_ref *last_node;
181 struct jffs2_raw_node_ref *gc_node; /* Next node to be garbage collected */
209 struct jffs2_raw_node_ref *ref2 = jeb->first_node; \
235 static inline struct jffs2_inode_cache *jffs2_raw_ref_to_ic(struct jffs2_raw_node_ref *raw) in jffs2_raw_ref_to_ic()
261 int jffs2_add_physical_node_ref(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *new, __u32 len,…
263 void jffs2_mark_node_obsolete(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *raw);
294 struct jffs2_raw_node_ref *jffs2_alloc_raw_node_ref(void);
295 void jffs2_free_raw_node_ref(struct jffs2_raw_node_ref *);