Searched refs:jffs2_raw_node_ref (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dnodelist.h82 struct jffs2_raw_node_ref struct
84 struct jffs2_raw_node_ref *next_in_ino; /* Points to the next raw_node_ref
99 #define REFS_PER_BLOCK ((255/sizeof(struct jffs2_raw_node_ref))-1)
101 static inline struct jffs2_raw_node_ref *ref_next(struct jffs2_raw_node_ref *ref)
119 static inline struct jffs2_inode_cache *jffs2_raw_ref_to_ic(struct jffs2_raw_node_ref *raw)
167 struct jffs2_raw_node_ref *nodes;
213 struct jffs2_raw_node_ref *raw;
246 struct jffs2_raw_node_ref *latest_ref;
251 struct jffs2_raw_node_ref *ra
[all...]
H A Dxattr.h26 struct jffs2_raw_node_ref *node;
48 struct jffs2_raw_node_ref *node;
84 struct jffs2_raw_node_ref *raw);
86 struct jffs2_raw_node_ref *raw);
H A Dmalloc.c59 sizeof(struct jffs2_raw_node_ref) * (REFS_PER_BLOCK + 1),
191 static struct jffs2_raw_node_ref *jffs2_alloc_refblock(void)
193 struct jffs2_raw_node_ref *ret;
211 struct jffs2_raw_node_ref **p, *ref;
249 void jffs2_free_refblock(struct jffs2_raw_node_ref *x)
H A Derase.c230 struct jffs2_raw_node_ref *ref, struct jffs2_eraseblock *jeb)
233 struct jffs2_raw_node_ref **prev;
250 struct jffs2_raw_node_ref *this;
277 struct jffs2_raw_node_ref *this;
312 struct jffs2_raw_node_ref *block, *ref;
H A Dreadinode.c31 struct jffs2_raw_node_ref *ref = tn->fn->raw;
585 static struct jffs2_raw_node_ref *jffs2_first_valid_node(struct jffs2_raw_node_ref *ref)
603 static inline int read_direntry(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref,
709 static inline int read_dnode(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref,
884 static inline int read_unknown(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, struct jffs2_unknown_node *un)
936 static int read_more(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref,
980 struct jffs2_raw_node_ref *ref, *valid_ref;
1377 f->inocache->nodes = (struct jffs2_raw_node_ref *)f->inocache;
H A Dbuild.c197 struct jffs2_raw_node_ref *raw;
204 struct jffs2_raw_node_ref *next = raw->next_in_ino;
H A Dgc.c25 struct jffs2_raw_node_ref *raw);
39 struct jffs2_raw_node_ref *raw, struct jffs2_inode_info *f);
125 struct jffs2_raw_node_ref *raw;
460 struct jffs2_raw_node_ref *raw, struct jffs2_inode_info *f)
554 struct jffs2_raw_node_ref *raw)
855 struct jffs2_raw_node_ref *raw;
1163 struct jffs2_raw_node_ref *raw = frag->node->raw;
1213 struct jffs2_raw_node_ref *raw = frag->node->raw;
H A Dnodelist.c505 struct jffs2_raw_node_ref *this, *next;
607 struct jffs2_raw_node_ref *jffs2_link_node_ref(struct jffs2_sb_info *c,
612 struct jffs2_raw_node_ref *ref;
716 struct jffs2_raw_node_ref *ref)
719 struct jffs2_raw_node_ref *next_ref = ref_next(ref);
739 struct jffs2_raw_node_ref *ref)
H A Dwbuf.c176 static struct jffs2_raw_node_ref **jffs2_incore_replace_raw(struct jffs2_sb_info *c,
178 struct jffs2_raw_node_ref *raw,
270 struct jffs2_raw_node_ref *raw, *next, *first_raw = NULL;
458 struct jffs2_raw_node_ref *new_ref;
459 struct jffs2_raw_node_ref **adjust_ref = NULL;
481 struct jffs2_raw_node_ref **p = &ic->nodes;
H A Dnodemgmt.c427 struct jffs2_raw_node_ref *jffs2_add_physical_node_ref(struct jffs2_sb_info *c,
432 struct jffs2_raw_node_ref *new;
501 void jffs2_mark_node_obsolete(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref)
532 jffs2_raw_node_ref without the erase_completion_lock. */
706 struct jffs2_raw_node_ref **p;
H A Dxattr.c68 struct jffs2_raw_node_ref *raw;
131 struct jffs2_raw_node_ref *raw;
440 struct jffs2_raw_node_ref *raw;
770 struct jffs2_raw_node_ref *raw;
1202 struct jffs2_raw_node_ref *raw)
1238 struct jffs2_raw_node_ref *raw)
1276 struct jffs2_raw_node_ref *raw;
H A Ddebug.c310 struct jffs2_raw_node_ref *ref2 = jeb->first_node;
382 struct jffs2_raw_node_ref *ref;
H A Dsummary.c368 static struct jffs2_raw_node_ref *sum_link_node_ref(struct jffs2_sb_info *c,
502 struct jffs2_raw_node_ref *raw
H A Dwrite.c35 f->inocache->nodes = (struct jffs2_raw_node_ref *)f->inocache;
H A Dscan.c354 struct jffs2_raw_node_ref *raw

Completed in 195 milliseconds