Home
last modified time | relevance | path

Searched refs:jffs2_raw_node_ref (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/fs/jffs2/
H A Dnodelist.h82 struct jffs2_raw_node_ref struct
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()
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;
381 struct jffs2_raw_node_ref *ref);
[all …]
H A Dxattr.h26 struct jffs2_raw_node_ref *node;
48 struct jffs2_raw_node_ref *node;
85 struct jffs2_raw_node_ref *raw);
87 struct jffs2_raw_node_ref *raw);
H A Dmalloc.c61 sizeof(struct jffs2_raw_node_ref) * (REFS_PER_BLOCK + 1), in jffs2_create_slab_caches()
184 static struct jffs2_raw_node_ref *jffs2_alloc_refblock(void) in jffs2_alloc_refblock()
186 struct jffs2_raw_node_ref *ret; in jffs2_alloc_refblock()
204 struct jffs2_raw_node_ref **p, *ref; in jffs2_prealloc_raw_node_refs()
242 void jffs2_free_refblock(struct jffs2_raw_node_ref *x) in jffs2_free_refblock()
H A Derase.c207 struct jffs2_raw_node_ref *ref, struct jffs2_eraseblock *jeb) in jffs2_remove_node_refs_from_ino_list()
210 struct jffs2_raw_node_ref **prev; in jffs2_remove_node_refs_from_ino_list()
227 struct jffs2_raw_node_ref *this; in jffs2_remove_node_refs_from_ino_list()
254 struct jffs2_raw_node_ref *this; in jffs2_remove_node_refs_from_ino_list()
289 struct jffs2_raw_node_ref *block, *ref; in jffs2_free_jeb_node_refs()
H A Dnodelist.c507 struct jffs2_raw_node_ref *this, *next; in jffs2_free_raw_node_refs()
585 struct jffs2_raw_node_ref *jffs2_link_node_ref(struct jffs2_sb_info *c, in jffs2_link_node_ref()
590 struct jffs2_raw_node_ref *ref; in jffs2_link_node_ref()
694 struct jffs2_raw_node_ref *ref) in __ref_totlen()
697 struct jffs2_raw_node_ref *next_ref = ref_next(ref); in __ref_totlen()
719 struct jffs2_raw_node_ref *ref) in __jffs2_ref_totlen()
H A Dreadinode.c33 struct jffs2_raw_node_ref *ref = tn->fn->raw; in check_node_data()
568 static struct jffs2_raw_node_ref *jffs2_first_valid_node(struct jffs2_raw_node_ref *ref) in jffs2_first_valid_node()
586 static inline int read_direntry(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, in read_direntry()
713 static inline int read_dnode(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, in read_dnode()
888 static inline int read_unknown(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, struct jffs… in read_unknown()
940 static int read_more(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, in read_more()
984 struct jffs2_raw_node_ref *ref, *valid_ref; in jffs2_get_inode_nodes()
1380 f->inocache->nodes = (struct jffs2_raw_node_ref *)f->inocache; in jffs2_do_read_inode()
H A Dgc.c27 struct jffs2_raw_node_ref *raw);
41 struct jffs2_raw_node_ref *raw, struct jffs2_inode_info *f);
129 struct jffs2_raw_node_ref *raw; in jffs2_garbage_collect_pass()
498 struct jffs2_raw_node_ref *raw, struct jffs2_inode_info *f) in jffs2_garbage_collect_live()
593 struct jffs2_raw_node_ref *raw) in jffs2_garbage_collect_pristine()
908 struct jffs2_raw_node_ref *raw; in jffs2_garbage_collect_deletion_dirent()
1227 struct jffs2_raw_node_ref *raw = frag->node->raw; in jffs2_garbage_collect_dnode()
1283 struct jffs2_raw_node_ref *raw = frag->node->raw; in jffs2_garbage_collect_dnode()
H A Dbuild.c246 struct jffs2_raw_node_ref *raw; in jffs2_build_remove_unlinked_inode()
253 struct jffs2_raw_node_ref *next = raw->next_in_ino; in jffs2_build_remove_unlinked_inode()
H A Dnodemgmt.c500 struct jffs2_raw_node_ref *jffs2_add_physical_node_ref(struct jffs2_sb_info *c, in jffs2_add_physical_node_ref()
505 struct jffs2_raw_node_ref *new; in jffs2_add_physical_node_ref()
579 void jffs2_mark_node_obsolete(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref) in jffs2_mark_node_obsolete()
805 struct jffs2_raw_node_ref **p; in jffs2_mark_node_obsolete()
H A Dwbuf.c182 static struct jffs2_raw_node_ref **jffs2_incore_replace_raw(struct jffs2_sb_info *c, in jffs2_incore_replace_raw()
184 struct jffs2_raw_node_ref *raw, in jffs2_incore_replace_raw()
278 struct jffs2_raw_node_ref *raw, *next, *first_raw = NULL; in jffs2_wbuf_recover()
466 struct jffs2_raw_node_ref *new_ref; in jffs2_wbuf_recover()
467 struct jffs2_raw_node_ref **adjust_ref = NULL; in jffs2_wbuf_recover()
489 struct jffs2_raw_node_ref **p = &ic->nodes; in jffs2_wbuf_recover()
H A Dxattr.c73 struct jffs2_raw_node_ref *raw; in is_xattr_datum_unchecked()
136 struct jffs2_raw_node_ref *raw; in do_verify_xattr_datum()
447 struct jffs2_raw_node_ref *raw; in verify_xattr_ref()
781 struct jffs2_raw_node_ref *raw; in jffs2_build_xattr_subsystem()
1227 struct jffs2_raw_node_ref *raw) in jffs2_garbage_collect_xattr_datum()
1263 struct jffs2_raw_node_ref *raw) in jffs2_garbage_collect_xattr_ref()
1300 struct jffs2_raw_node_ref *raw; in jffs2_verify_xattr()
H A DREADME.Locking75 per-eraseblock lists of physical jffs2_raw_node_ref structures, and
132 the jffs2_raw_node_ref structures in question while the garbage
H A Ddebug.c316 struct jffs2_raw_node_ref *ref2 = jeb->first_node; in __jffs2_dbg_acct_paranoia_check_nolock()
404 struct jffs2_raw_node_ref *ref; in __jffs2_dbg_dump_node_refs_nolock()
H A Dsummary.c370 static struct jffs2_raw_node_ref *sum_link_node_ref(struct jffs2_sb_info *c, in sum_link_node_ref()
507 struct jffs2_raw_node_ref *raw in jffs2_sum_process_sum_data()
H A Dwrite.c37 f->inocache->nodes = (struct jffs2_raw_node_ref *)f->inocache; in jffs2_do_new_inode()
H A Dscan.c365 struct jffs2_raw_node_ref *raw in jffs2_scan_xattr_node()