Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jffs2/
Dnodelist.h67 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 */
[all …]
Dmalloc.c101 …raw_node_ref_slab = kmem_cache_create("jffs2_raw_node_ref", sizeof(struct jffs2_raw_node_ref), 0, … in jffs2_create_slab_caches()
188 struct jffs2_raw_node_ref *jffs2_alloc_raw_node_ref(void) in jffs2_alloc_raw_node_ref()
193 void jffs2_free_raw_node_ref(struct jffs2_raw_node_ref *x) in jffs2_free_raw_node_ref()
Derase.c172 struct jffs2_raw_node_ref *ref, struct jffs2_eraseblock *jeb) in jffs2_remove_node_refs_from_ino_list()
175 struct jffs2_raw_node_ref **prev; in jffs2_remove_node_refs_from_ino_list()
192 struct jffs2_raw_node_ref *this; in jffs2_remove_node_refs_from_ino_list()
218 struct jffs2_raw_node_ref *this; in jffs2_remove_node_refs_from_ino_list()
243 struct jffs2_raw_node_ref *ref; in jffs2_free_all_node_refs()
268 struct jffs2_raw_node_ref *marker_ref; in jffs2_mark_erased_blocks()
Dwrite.c80 f->inocache->nodes = (struct jffs2_raw_node_ref *)f->inocache; in jffs2_new_inode()
179 struct jffs2_raw_node_ref *raw; in jffs2_write_dnode()
264 struct jffs2_raw_node_ref *raw; in jffs2_write_dirent()
Dnodelist.c100 struct jffs2_raw_node_ref *ref = f->inocache->nodes; in jffs2_get_inode_nodes()
342 struct jffs2_raw_node_ref *this, *next; in jffs2_free_raw_node_refs()
Dnodemgmt.c230 int jffs2_add_physical_node_ref(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *new, __u32 len,… in jffs2_add_physical_node_ref()
283 void jffs2_mark_node_obsolete(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref) in jffs2_mark_node_obsolete()
Dscan.c296 struct jffs2_raw_node_ref *marker_ref = jffs2_alloc_raw_node_ref(); in jffs2_scan_eraseblock()
425 struct jffs2_raw_node_ref *raw; in jffs2_scan_inode_node()
602 struct jffs2_raw_node_ref *raw; in jffs2_scan_dirent_node()
Dbuild.c244 struct jffs2_raw_node_ref *raw; in jffs2_build_remove_unlinked_inode()
Dreadinode.c281 f->inocache->nodes = (struct jffs2_raw_node_ref *)f->inocache; in jffs2_read_inode()
Dgc.c108 struct jffs2_raw_node_ref *raw; in jffs2_garbage_collect_pass()