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()
608 if (!c.show_file_map) in dump_node()
Dmain.c287 c.show_file_map = 1; in f2fs_parse_options()
438 c.show_file_map = 1; in f2fs_parse_options()
1253 if (!c.show_file_map) in main()
Dfsck.c501 if (!c.show_file_map && sbi->total_valid_node_count > 1000) { in sanity_check_nid()
1405 if (!c.show_dentry && !c.show_file_map) in print_dentry()
1432 if (c.show_file_map) { in print_dentry()
3188 if (c.show_file_map) in fsck_verify()
Dmount.c494 if (c.show_file_map) in print_cp_state()
/third_party/f2fs-tools/include/
Df2fs_fs.h266 if (c.dbg_lv >= n && !c.layout && !c.show_file_map) { \
273 if (c.dbg_lv >= n && !c.layout && !c.show_file_map) { \
519 int show_file_map; member