Home
last modified time | relevance | path

Searched defs:jeb (Results 1 – 14 of 14) sorted by relevance

/fs/jffs2/
Ddebug.c25 struct jffs2_eraseblock *jeb) in __jffs2_dbg_acct_sanity_check_nolock()
49 struct jffs2_eraseblock *jeb) in __jffs2_dbg_acct_sanity_check()
158 struct jffs2_eraseblock *jeb; in __jffs2_dbg_superblock_counts() local
294 struct jffs2_eraseblock *jeb) in __jffs2_dbg_acct_paranoia_check()
303 struct jffs2_eraseblock *jeb) in __jffs2_dbg_acct_paranoia_check_nolock()
385 struct jffs2_eraseblock *jeb) in __jffs2_dbg_dump_node_refs()
394 struct jffs2_eraseblock *jeb) in __jffs2_dbg_dump_node_refs_nolock()
427 __jffs2_dbg_dump_jeb(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in __jffs2_dbg_dump_jeb()
435 __jffs2_dbg_dump_jeb_nolock(struct jffs2_eraseblock *jeb) in __jffs2_dbg_dump_jeb_nolock()
498 struct jffs2_eraseblock *jeb = list_entry(this, struct jffs2_eraseblock, list); in __jffs2_dbg_dump_block_lists_nolock() local
[all …]
Derase.c22 struct jffs2_eraseblock *jeb; member
34 struct jffs2_eraseblock *jeb) in jffs2_erase_block()
108 struct jffs2_eraseblock *jeb; in jffs2_erase_pending_blocks() local
162 static void jffs2_erase_succeeded(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_erase_succeeded()
174 static void jffs2_erase_failed(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t bad_… in jffs2_erase_failed()
225 struct jffs2_raw_node_ref *ref, struct jffs2_eraseblock *jeb) in jffs2_remove_node_refs_from_ino_list()
303 void jffs2_free_jeb_node_refs(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_free_jeb_node_refs()
326 static int jffs2_block_check_erase(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t … in jffs2_block_check_erase()
407 static void jffs2_mark_erased_block(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_mark_erased_block()
Dgc.c123 struct jffs2_eraseblock *jeb; in jffs2_garbage_collect_pass() local
445 static int jffs2_garbage_collect_live(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_garbage_collect_live()
655 struct jffs2_eraseblock *jeb = &c->blocks[phys_ofs / c->sector_size]; in jffs2_garbage_collect_pristine() local
696 static int jffs2_garbage_collect_metadata(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_garbage_collect_metadata()
784 static int jffs2_garbage_collect_dirent(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_garbage_collect_dirent()
828 …ic int jffs2_garbage_collect_deletion_dirent(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_garbage_collect_deletion_dirent()
941 static int jffs2_garbage_collect_hole(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_garbage_collect_hole()
1153 struct jffs2_eraseblock *jeb; in jffs2_garbage_collect_dnode() local
1203 struct jffs2_eraseblock *jeb; in jffs2_garbage_collect_dnode() local
Ddebug.h238 #define jffs2_dbg_acct_paranoia_check(c, jeb) \ argument
240 #define jffs2_dbg_acct_paranoia_check_nolock(c, jeb) \ argument
247 #define jffs2_dbg_acct_paranoia_check(c, jeb) argument
248 #define jffs2_dbg_acct_paranoia_check_nolock(c, jeb) argument
253 #define jffs2_dbg_dump_jeb(c, jeb) \ argument
255 #define jffs2_dbg_dump_jeb_nolock(jeb) \ argument
270 #define jffs2_dbg_dump_jeb(c, jeb) argument
271 #define jffs2_dbg_dump_jeb_nolock(jeb) argument
281 #define jffs2_dbg_acct_sanity_check(c, jeb) \ argument
283 #define jffs2_dbg_acct_sanity_check_nolock(c, jeb) \ argument
[all …]
Dscan.c67 static int file_dirty(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in file_dirty()
140 struct jffs2_eraseblock *jeb = &c->blocks[i]; in jffs2_scan_medium() local
297 int jffs2_scan_classify_jeb(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_scan_classify_jeb()
317 static int jffs2_scan_xattr_node(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_scan_xattr_node()
373 static int jffs2_scan_xref_node(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_scan_xref_node()
432 static int jffs2_scan_eraseblock (struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_scan_eraseblock()
948 static int jffs2_scan_inode_node(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_scan_inode_node()
1003 static int jffs2_scan_dirent_node(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_scan_dirent_node()
Dnodemgmt.c172 static void jffs2_close_nextblock(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_close_nextblock()
279 struct jffs2_eraseblock *jeb = c->nextblock; in jffs2_do_reserve_space() local
421 struct jffs2_eraseblock *jeb; in jffs2_add_physical_node_ref() local
493 struct jffs2_eraseblock *jeb; in jffs2_mark_node_obsolete() local
734 struct jffs2_eraseblock *jeb; in jffs2_thread_should_wake() local
Dsummary.c250 struct jffs2_eraseblock *jeb; in jffs2_sum_add_kvec() local
369 struct jffs2_eraseblock *jeb, in sum_link_node_ref()
384 static int jffs2_sum_process_sum_data(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_sum_process_sum_data()
567 int jffs2_sum_scan_sumnode(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_sum_scan_sumnode()
669 static int jffs2_sum_write_data(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_sum_write_data()
845 struct jffs2_eraseblock *jeb; in jffs2_sum_write_sumnode() local
Dwbuf.c114 struct jffs2_eraseblock *jeb = list_entry(this, struct jffs2_eraseblock, list); in jffs2_refile_wbuf_blocks() local
137 static void jffs2_block_refile(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, int allow_emp… in jffs2_block_refile()
269 struct jffs2_eraseblock *jeb, *new_jeb; in jffs2_wbuf_recover() local
786 struct jffs2_eraseblock *jeb; in jffs2_flash_writev() local
1023 struct jffs2_eraseblock *jeb, int mode) in jffs2_check_oob_empty()
1067 struct jffs2_eraseblock *jeb) in jffs2_check_nand_cleanmarker()
1092 struct jffs2_eraseblock *jeb) in jffs2_write_nand_cleanmarker()
1125 int jffs2_write_nand_badblock(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t bad_o… in jffs2_write_nand_badblock()
Dnodelist.c609 struct jffs2_eraseblock *jeb, in jffs2_link_node_ref()
685 int jffs2_scan_dirty_space(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_scan_dirty_space()
716 struct jffs2_eraseblock *jeb, in __ref_totlen()
739 uint32_t __jffs2_ref_totlen(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in __jffs2_ref_totlen()
Dreadinode.c33 struct jffs2_eraseblock *jeb; in check_node_data() local
623 struct jffs2_eraseblock *jeb; in read_direntry() local
813 struct jffs2_eraseblock *jeb; in read_dnode() local
Dwrite.c127 struct jffs2_eraseblock *jeb = &c->blocks[flash_ofs / c->sector_size]; in jffs2_write_dnode() local
275 struct jffs2_eraseblock *jeb = &c->blocks[flash_ofs / c->sector_size]; in jffs2_write_dirent() local
Dos-linux.h80 #define jffs2_write_nand_cleanmarker(c,jeb) (-EIO) argument
86 #define jffs2_write_nand_badblock(c,jeb,bad_offset) (1) argument
Dxattr.c130 struct jffs2_eraseblock *jeb; in do_verify_xattr_datum() local
439 struct jffs2_eraseblock *jeb; in verify_xattr_ref() local
1273 struct jffs2_eraseblock *jeb; in jffs2_verify_xattr() local
Dmalloc.c209 struct jffs2_eraseblock *jeb, int nr) in jffs2_prealloc_raw_node_refs()