Symbol: jffs2_eraseblock
fs/jffs2/build.c
381
size = sizeof(struct jffs2_eraseblock) * c->nr_blocks;
fs/jffs2/debug.c
162
struct jffs2_eraseblock *jeb;
fs/jffs2/debug.c
29
struct jffs2_eraseblock *jeb)
fs/jffs2/debug.c
302
struct jffs2_eraseblock *jeb)
fs/jffs2/debug.c
311
struct jffs2_eraseblock *jeb)
fs/jffs2/debug.c
393
struct jffs2_eraseblock *jeb)
fs/jffs2/debug.c
402
struct jffs2_eraseblock *jeb)
fs/jffs2/debug.c
435
__jffs2_dbg_dump_jeb(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb)
fs/jffs2/debug.c
443
__jffs2_dbg_dump_jeb_nolock(struct jffs2_eraseblock *jeb)
fs/jffs2/debug.c
506
struct jffs2_eraseblock *jeb = list_entry(this, struct jffs2_eraseblock, list);
fs/jffs2/debug.c
528
struct jffs2_eraseblock *jeb = list_entry(this, struct jffs2_eraseblock, list);
fs/jffs2/debug.c
53
struct jffs2_eraseblock *jeb)
fs/jffs2/debug.c
551
struct jffs2_eraseblock *jeb = list_entry(this, struct jffs2_eraseblock, list);
fs/jffs2/debug.c
572
struct jffs2_eraseblock *jeb = list_entry(this, struct jffs2_eraseblock, list);
fs/jffs2/debug.c
588
struct jffs2_eraseblock *jeb = list_entry(this, struct jffs2_eraseblock, list);
fs/jffs2/debug.c
603
struct jffs2_eraseblock *jeb = list_entry(this, struct jffs2_eraseblock, list);
fs/jffs2/debug.c
619
struct jffs2_eraseblock *jeb = list_entry(this, struct jffs2_eraseblock, list);
fs/jffs2/debug.c
635
struct jffs2_eraseblock *jeb = list_entry(this, struct jffs2_eraseblock, list);
fs/jffs2/debug.c
651
struct jffs2_eraseblock *jeb = list_entry(this, struct jffs2_eraseblock, list);
fs/jffs2/debug.c
667
struct jffs2_eraseblock *jeb = list_entry(this, struct jffs2_eraseblock, list);
fs/jffs2/debug.c
683
struct jffs2_eraseblock *jeb = list_entry(this, struct jffs2_eraseblock, list);
fs/jffs2/debug.h
175
struct jffs2_eraseblock *jeb);
fs/jffs2/debug.h
178
struct jffs2_eraseblock *jeb);
fs/jffs2/debug.h
187
struct jffs2_eraseblock *jeb);
fs/jffs2/debug.h
190
struct jffs2_eraseblock *jeb);
fs/jffs2/debug.h
197
__jffs2_dbg_dump_jeb(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb);
fs/jffs2/debug.h
199
__jffs2_dbg_dump_jeb_nolock(struct jffs2_eraseblock *jeb);
fs/jffs2/debug.h
206
struct jffs2_eraseblock *jeb);
fs/jffs2/debug.h
209
struct jffs2_eraseblock *jeb);
fs/jffs2/erase.c
101
struct jffs2_eraseblock *jeb;
fs/jffs2/erase.c
112
jeb = list_entry(c->erase_complete_list.next, struct jffs2_eraseblock, list);
fs/jffs2/erase.c
125
jeb = list_entry(c->erase_pending_list.next, struct jffs2_eraseblock, list);
fs/jffs2/erase.c
159
static void jffs2_erase_succeeded(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb)
fs/jffs2/erase.c
172
static void jffs2_erase_failed(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t bad_offset)
fs/jffs2/erase.c
207
struct jffs2_raw_node_ref *ref, struct jffs2_eraseblock *jeb)
fs/jffs2/erase.c
24
static void jffs2_erase_failed(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t bad_offset);
fs/jffs2/erase.c
25
static void jffs2_erase_succeeded(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb);
fs/jffs2/erase.c
26
static void jffs2_mark_erased_block(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb);
fs/jffs2/erase.c
287
void jffs2_free_jeb_node_refs(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb)
fs/jffs2/erase.c
29
struct jffs2_eraseblock *jeb)
fs/jffs2/erase.c
311
static int jffs2_block_check_erase(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t *bad_offset)
fs/jffs2/erase.c
397
static void jffs2_mark_erased_block(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb)
fs/jffs2/gc.c
1013
static int jffs2_garbage_collect_hole(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb,
fs/jffs2/gc.c
1164
static int jffs2_garbage_collect_dnode(struct jffs2_sb_info *c, struct jffs2_eraseblock *orig_jeb,
fs/jffs2/gc.c
1228
struct jffs2_eraseblock *jeb;
fs/jffs2/gc.c
128
struct jffs2_eraseblock *jeb;
fs/jffs2/gc.c
1284
struct jffs2_eraseblock *jeb;
fs/jffs2/gc.c
28
static int jffs2_garbage_collect_metadata(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb,
fs/jffs2/gc.c
30
static int jffs2_garbage_collect_dirent(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb,
fs/jffs2/gc.c
32
static int jffs2_garbage_collect_deletion_dirent(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb,
fs/jffs2/gc.c
34
static int jffs2_garbage_collect_hole(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb,
fs/jffs2/gc.c
37
static int jffs2_garbage_collect_dnode(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb,
fs/jffs2/gc.c
40
static int jffs2_garbage_collect_live(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb,
fs/jffs2/gc.c
44
static struct jffs2_eraseblock *jffs2_find_gc_block(struct jffs2_sb_info *c)
fs/jffs2/gc.c
46
struct jffs2_eraseblock *ret;
fs/jffs2/gc.c
497
static int jffs2_garbage_collect_live(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb,
fs/jffs2/gc.c
714
struct jffs2_eraseblock *jeb = &c->blocks[phys_ofs / c->sector_size];
fs/jffs2/gc.c
758
static int jffs2_garbage_collect_metadata(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb,
fs/jffs2/gc.c
850
static int jffs2_garbage_collect_dirent(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb,
fs/jffs2/gc.c
895
static int jffs2_garbage_collect_deletion_dirent(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb,
fs/jffs2/gc.c
97
ret = list_entry(nextlist->next, struct jffs2_eraseblock, list);
fs/jffs2/jffs2_fs_sb.h
92
struct jffs2_eraseblock *blocks; /* The whole array of blocks. Used for getting blocks
fs/jffs2/jffs2_fs_sb.h
94
struct jffs2_eraseblock *nextblock; /* The block we're currently filling */
fs/jffs2/jffs2_fs_sb.h
96
struct jffs2_eraseblock *gcblock; /* The block we're currently garbage-collecting */
fs/jffs2/malloc.c
186
struct jffs2_eraseblock *jeb, int nr)
fs/jffs2/nodelist.c
586
struct jffs2_eraseblock *jeb,
fs/jffs2/nodelist.c
662
int jffs2_scan_dirty_space(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb,
fs/jffs2/nodelist.c
693
struct jffs2_eraseblock *jeb,
fs/jffs2/nodelist.c
718
uint32_t __jffs2_ref_totlen(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb,
fs/jffs2/nodelist.h
298
return ((c->flash_size / c->sector_size) * sizeof (struct jffs2_eraseblock)) > (128 * 1024);
fs/jffs2/nodelist.h
376
struct jffs2_eraseblock *jeb,
fs/jffs2/nodelist.h
380
struct jffs2_eraseblock *jeb,
fs/jffs2/nodelist.h
436
struct jffs2_eraseblock *jeb, int nr);
fs/jffs2/nodelist.h
464
int jffs2_scan_classify_jeb(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb);
fs/jffs2/nodelist.h
465
int jffs2_scan_dirty_space(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t size);
fs/jffs2/nodelist.h
472
void jffs2_free_jeb_node_refs(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb);
fs/jffs2/nodelist.h
478
int jffs2_check_nand_cleanmarker(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb);
fs/jffs2/nodelist.h
479
int jffs2_write_nand_cleanmarker(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb);
fs/jffs2/nodemgmt.c
247
static void jffs2_close_nextblock(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb)
fs/jffs2/nodemgmt.c
294
struct jffs2_eraseblock *ejeb;
fs/jffs2/nodemgmt.c
296
ejeb = list_entry(c->erasable_list.next, struct jffs2_eraseblock, list);
fs/jffs2/nodemgmt.c
340
c->nextblock = list_entry(next, struct jffs2_eraseblock, list);
fs/jffs2/nodemgmt.c
361
struct jffs2_eraseblock *jeb = c->nextblock;
fs/jffs2/nodemgmt.c
511
struct jffs2_eraseblock *jeb;
fs/jffs2/nodemgmt.c
588
struct jffs2_eraseblock *jeb;
fs/jffs2/nodemgmt.c
849
struct jffs2_eraseblock *jeb;
fs/jffs2/os-linux.h
119
int jffs2_check_oob_empty(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb,int mode);
fs/jffs2/os-linux.h
120
int jffs2_check_nand_cleanmarker(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb);
fs/jffs2/os-linux.h
121
int jffs2_write_nand_cleanmarker(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb);
fs/jffs2/os-linux.h
122
int jffs2_write_nand_badblock(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t bad_offset);
fs/jffs2/readinode.c
35
struct jffs2_eraseblock *jeb;
fs/jffs2/readinode.c
606
struct jffs2_eraseblock *jeb;
fs/jffs2/readinode.c
816
struct jffs2_eraseblock *jeb;
fs/jffs2/scan.c
1047
static int jffs2_scan_dirent_node(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb,
fs/jffs2/scan.c
144
struct jffs2_eraseblock *jeb = &c->blocks[i];
fs/jffs2/scan.c
312
int jffs2_scan_classify_jeb(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb)
fs/jffs2/scan.c
332
static int jffs2_scan_xattr_node(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb,
fs/jffs2/scan.c
388
static int jffs2_scan_xref_node(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb,
fs/jffs2/scan.c
39
static int jffs2_scan_eraseblock (struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb,
fs/jffs2/scan.c
447
static int jffs2_scan_eraseblock (struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb,
fs/jffs2/scan.c
46
static int jffs2_scan_inode_node(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb,
fs/jffs2/scan.c
48
static int jffs2_scan_dirent_node(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb,
fs/jffs2/scan.c
69
static int file_dirty(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb)
fs/jffs2/scan.c
993
static int jffs2_scan_inode_node(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb,
fs/jffs2/summary.c
252
struct jffs2_eraseblock *jeb;
fs/jffs2/summary.c
371
struct jffs2_eraseblock *jeb,
fs/jffs2/summary.c
386
static int jffs2_sum_process_sum_data(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb,
fs/jffs2/summary.c
572
int jffs2_sum_scan_sumnode(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb,
fs/jffs2/summary.c
674
static int jffs2_sum_write_data(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb,
fs/jffs2/summary.c
853
struct jffs2_eraseblock *jeb;
fs/jffs2/summary.h
189
int jffs2_sum_scan_sumnode(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb,
fs/jffs2/wbuf.c
1034
struct jffs2_eraseblock *jeb, int mode)
fs/jffs2/wbuf.c
1077
struct jffs2_eraseblock *jeb)
fs/jffs2/wbuf.c
1101
struct jffs2_eraseblock *jeb)
fs/jffs2/wbuf.c
1133
int jffs2_write_nand_badblock(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t bad_offset)
fs/jffs2/wbuf.c
117
struct jffs2_eraseblock *jeb = list_entry(this, struct jffs2_eraseblock, list);
fs/jffs2/wbuf.c
141
static void jffs2_block_refile(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, int allow_empty)
fs/jffs2/wbuf.c
277
struct jffs2_eraseblock *jeb, *new_jeb;
fs/jffs2/wbuf.c
582
struct jffs2_eraseblock *wbuf_jeb;
fs/jffs2/wbuf.c
798
struct jffs2_eraseblock *jeb;
fs/jffs2/write.c
131
struct jffs2_eraseblock *jeb = &c->blocks[flash_ofs / c->sector_size];
fs/jffs2/write.c
283
struct jffs2_eraseblock *jeb = &c->blocks[flash_ofs / c->sector_size];
fs/jffs2/xattr.c
1298
struct jffs2_eraseblock *jeb;
fs/jffs2/xattr.c
135
struct jffs2_eraseblock *jeb;
fs/jffs2/xattr.c
446
struct jffs2_eraseblock *jeb;