Home
last modified time | relevance | path

Searched refs:show_file_map (Results 1 – 5 of 5) sorted by relevance

/third_party/f2fs-tools/fsck/
Ddump.c254 if (c.show_file_map) { in dump_data_blk()
498 if (c.show_file_map) in dump_file()
575 if (!c.show_file_map) in dump_node()
Dmain.c281 c.show_file_map = 1; in f2fs_parse_options()
431 c.show_file_map = 1; in f2fs_parse_options()
1222 if (!c.show_file_map) in main()
Dfsck.c501 if (!c.show_file_map && sbi->total_valid_node_count > 1000) { in sanity_check_nid()
1400 if (!c.show_dentry && !c.show_file_map) in print_dentry()
1427 if (c.show_file_map) { in print_dentry()
3179 if (c.show_file_map) in fsck_verify()
Dmount.c493 if (c.show_file_map) in print_cp_state()
/third_party/f2fs-tools/include/
Df2fs_fs.h260 if (c.dbg_lv >= n && !c.layout && !c.show_file_map) { \
267 if (c.dbg_lv >= n && !c.layout && !c.show_file_map) { \
515 int show_file_map; member