/linux-3.3/fs/jffs2/ |
D | debug.c | 27 struct jffs2_eraseblock *jeb) in __jffs2_dbg_acct_sanity_check_nolock() 51 struct jffs2_eraseblock *jeb) in __jffs2_dbg_acct_sanity_check() 160 struct jffs2_eraseblock *jeb; in __jffs2_dbg_superblock_counts() local 296 struct jffs2_eraseblock *jeb) in __jffs2_dbg_acct_paranoia_check() 305 struct jffs2_eraseblock *jeb) in __jffs2_dbg_acct_paranoia_check_nolock() 387 struct jffs2_eraseblock *jeb) in __jffs2_dbg_dump_node_refs() 396 struct jffs2_eraseblock *jeb) in __jffs2_dbg_dump_node_refs_nolock() 429 __jffs2_dbg_dump_jeb(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in __jffs2_dbg_dump_jeb() 437 __jffs2_dbg_dump_jeb_nolock(struct jffs2_eraseblock *jeb) in __jffs2_dbg_dump_jeb_nolock() 500 struct jffs2_eraseblock *jeb = list_entry(this, struct jffs2_eraseblock, list); in __jffs2_dbg_dump_block_lists_nolock() local [all …]
|
D | erase.c | 23 struct jffs2_eraseblock *jeb; member 35 struct jffs2_eraseblock *jeb) in jffs2_erase_block() 109 struct jffs2_eraseblock *jeb; in jffs2_erase_pending_blocks() local 166 static void jffs2_erase_succeeded(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_erase_succeeded() 179 static void jffs2_erase_failed(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t bad_… in jffs2_erase_failed() 230 struct jffs2_raw_node_ref *ref, struct jffs2_eraseblock *jeb) in jffs2_remove_node_refs_from_ino_list() 310 void jffs2_free_jeb_node_refs(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_free_jeb_node_refs() 333 static int jffs2_block_check_erase(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t … in jffs2_block_check_erase() 413 static void jffs2_mark_erased_block(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_mark_erased_block()
|
D | gc.c | 124 struct jffs2_eraseblock *jeb; in jffs2_garbage_collect_pass() local 460 static int jffs2_garbage_collect_live(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_garbage_collect_live() 670 struct jffs2_eraseblock *jeb = &c->blocks[phys_ofs / c->sector_size]; in jffs2_garbage_collect_pristine() local 711 static int jffs2_garbage_collect_metadata(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_garbage_collect_metadata() 800 static int jffs2_garbage_collect_dirent(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_garbage_collect_dirent() 844 …ic int jffs2_garbage_collect_deletion_dirent(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_garbage_collect_deletion_dirent() 957 static int jffs2_garbage_collect_hole(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_garbage_collect_hole() 1169 struct jffs2_eraseblock *jeb; in jffs2_garbage_collect_dnode() local 1219 struct jffs2_eraseblock *jeb; in jffs2_garbage_collect_dnode() local
|
D | debug.h | 239 #define jffs2_dbg_acct_paranoia_check(c, jeb) \ argument 241 #define jffs2_dbg_acct_paranoia_check_nolock(c, jeb) \ argument 248 #define jffs2_dbg_acct_paranoia_check(c, jeb) argument 249 #define jffs2_dbg_acct_paranoia_check_nolock(c, jeb) argument 254 #define jffs2_dbg_dump_jeb(c, jeb) \ argument 256 #define jffs2_dbg_dump_jeb_nolock(jeb) \ argument 271 #define jffs2_dbg_dump_jeb(c, jeb) argument 272 #define jffs2_dbg_dump_jeb_nolock(jeb) argument 282 #define jffs2_dbg_acct_sanity_check(c, jeb) \ argument 284 #define jffs2_dbg_acct_sanity_check_nolock(c, jeb) \ argument [all …]
|
D | nodemgmt.c | 183 static void jffs2_close_nextblock(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_close_nextblock() 290 struct jffs2_eraseblock *jeb = c->nextblock; in jffs2_do_reserve_space() local 432 struct jffs2_eraseblock *jeb; in jffs2_add_physical_node_ref() local 506 struct jffs2_eraseblock *jeb; in jffs2_mark_node_obsolete() local 747 struct jffs2_eraseblock *jeb; in jffs2_thread_should_wake() local
|
D | scan.c | 67 static int file_dirty(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in file_dirty() 143 struct jffs2_eraseblock *jeb = &c->blocks[i]; in jffs2_scan_medium() local 300 int jffs2_scan_classify_jeb(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_scan_classify_jeb() 320 static int jffs2_scan_xattr_node(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_scan_xattr_node() 376 static int jffs2_scan_xref_node(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_scan_xref_node() 435 static int jffs2_scan_eraseblock (struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_scan_eraseblock() 951 static int jffs2_scan_inode_node(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_scan_inode_node() 1006 static int jffs2_scan_dirent_node(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_scan_dirent_node()
|
D | summary.c | 250 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
|
D | wbuf.c | 114 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()
|
D | nodelist.c | 608 struct jffs2_eraseblock *jeb, in jffs2_link_node_ref() 684 int jffs2_scan_dirty_space(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_scan_dirty_space() 715 struct jffs2_eraseblock *jeb, in __ref_totlen() 738 uint32_t __jffs2_ref_totlen(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in __jffs2_ref_totlen()
|
D | readinode.c | 33 struct jffs2_eraseblock *jeb; in check_node_data() local 621 struct jffs2_eraseblock *jeb; in read_direntry() local 811 struct jffs2_eraseblock *jeb; in read_dnode() local
|
D | write.c | 126 struct jffs2_eraseblock *jeb = &c->blocks[flash_ofs / c->sector_size]; in jffs2_write_dnode() local 274 struct jffs2_eraseblock *jeb = &c->blocks[flash_ofs / c->sector_size]; in jffs2_write_dirent() local
|
D | os-linux.h | 76 #define jffs2_write_nand_cleanmarker(c,jeb) (-EIO) argument 82 #define jffs2_write_nand_badblock(c,jeb,bad_offset) (1) argument
|
D | xattr.c | 130 struct jffs2_eraseblock *jeb; in do_verify_xattr_datum() local 439 struct jffs2_eraseblock *jeb; in verify_xattr_ref() local 1275 struct jffs2_eraseblock *jeb; in jffs2_verify_xattr() local
|
D | malloc.c | 209 struct jffs2_eraseblock *jeb, int nr) in jffs2_prealloc_raw_node_refs()
|
/linux-3.3/kernel/ |
D | jump_label.c | 40 const struct jump_entry *jeb = b; in jump_label_cmp() local
|