Home
last modified time | relevance | path

Searched refs:dump_opt (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/cmd/zdb/
H A Dzdb_il.c50 extern uint8_t dump_opt[256];
164 int verbose = MAX(dump_opt['d'], dump_opt['i']); in zil_prt_rec_write()
231 int verbose = MAX(dump_opt['d'], dump_opt['i']); in zil_prt_rec_write_enc()
342 int verbose = MAX(dump_opt['d'], dump_opt['i']); in zil_prt_rec_clone_range()
363 int verbose = MAX(dump_opt['d'], dump_opt['i']); in zil_prt_rec_clone_range_enc()
423 int verbose = MAX(dump_opt['d'], dump_opt['i']); in print_log_record()
460 int verbose = MAX(dump_opt['d'], dump_opt['i']); in print_log_block()
513 int verbose = MAX(dump_opt['d'], dump_opt['i']); in dump_intent_log()
H A Dzdb.c1645 if (dump_opt['d'] < 6 && dump_opt['m'] < 4) in dump_spacemap()
1768 if (dump_opt['m'] > 2 && !dump_opt['L']) { in dump_metaslab()
4758 if (dump_opt['l'] > 2 && !dump_opt['q']) in dump_l2arc_log_blocks()
8232 if (!dump_opt['e'] && dump_opt['C'] > 1) { in dump_zpool()
8249 if (dump_opt['d'] > 2 || dump_opt['m']) in dump_zpool()
8253 if (dump_opt['d'] > 2 || dump_opt['m']) { in dump_zpool()
8258 if (dump_opt['d'] || dump_opt['i']) { in dump_zpool()
9250 if (!dump_opt['e'] && dump_opt['C']) { in main()
9260 if (dump_opt['X'] || dump_opt['F']) in main()
9265 if (dump_opt['N'] && dump_opt['d'] == 0) in main()
[all …]
H A Dzdb.h31 extern uint8_t dump_opt[256];