Searched refs:spa_flags (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c60 enum spa_flags { enum
1168 int spa_flags = 0; local
1171 'c', MDB_OPT_SETBITS, SPA_FLAG_CONFIG, &spa_flags,
1172 'v', MDB_OPT_SETBITS, SPA_FLAG_VDEVS, &spa_flags,
1173 'e', MDB_OPT_SETBITS, SPA_FLAG_ERRORS, &spa_flags,
1174 'M', MDB_OPT_SETBITS, SPA_FLAG_METASLAB_GROUPS, &spa_flags,
1175 'm', MDB_OPT_SETBITS, SPA_FLAG_METASLABS, &spa_flags,
1176 'h', MDB_OPT_SETBITS, SPA_FLAG_HISTOGRAMS, &spa_flags,
1208 if (spa_flags & SPA_FLAG_HISTOGRAMS)
1211 if (spa_flags
1333 metaslab_stats(uintptr_t addr, int spa_flags) argument
1397 metaslab_group_stats(uintptr_t addr, int spa_flags) argument
1432 do_print_vdev(uintptr_t addr, int flags, int depth, boolean_t recursive, int spa_flags) argument
1626 int spa_flags = 0; local
2136 int spa_flags = 0; local
[all...]

Completed in 389 milliseconds