Home
last modified time | relevance | path

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

/external/f2fs-tools/fsck/
Dmain.c318 c.dbg_lv = atoi(optarg); in f2fs_parse_options()
319 MSG(0, "Info: Debug level = %d\n", c.dbg_lv); in f2fs_parse_options()
401 c.dbg_lv = atoi(optarg); in f2fs_parse_options()
403 c.dbg_lv); in f2fs_parse_options()
475 c.dbg_lv = atoi(optarg); in f2fs_parse_options()
477 c.dbg_lv); in f2fs_parse_options()
535 c.dbg_lv = atoi(optarg); in f2fs_parse_options()
537 c.dbg_lv); in f2fs_parse_options()
665 c.dbg_lv = atoi(optarg); in f2fs_parse_options()
667 c.dbg_lv); in f2fs_parse_options()
[all …]
Ddump.c531 if (c.dbg_lv > 0) in dump_node_from_blkaddr()
758 if (c.dbg_lv > 0) in dump_info_from_blkaddr()
Dmount.c122 if (c.dbg_lv) in update_free_segments()
382 if (!c.dbg_lv) in print_raw_sb_info()
437 if (!c.dbg_lv) in print_ckpt_info()
/external/f2fs-tools/mkfs/
Df2fs_format_main.c83 MSG(0, "Info: Debug level = %d\n", c.dbg_lv); in f2fs_show_info()
111 c.dbg_lv = 1; in add_default_options()
144 c.dbg_lv = -1; in f2fs_parse_options()
163 c.dbg_lv = atoi(optarg); in f2fs_parse_options()
/external/f2fs-tools/include/
Df2fs_fs.h243 if (c.dbg_lv >= n && !c.layout) { \
250 if (c.dbg_lv >= n && !c.layout) { \
478 int dbg_lv; member