Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c74 enum spa_flags { enum
1384 int spa_flags = 0; in spa_print() local
1387 'c', MDB_OPT_SETBITS, SPA_FLAG_CONFIG, &spa_flags, in spa_print()
1388 'v', MDB_OPT_SETBITS, SPA_FLAG_VDEVS, &spa_flags, in spa_print()
1389 'e', MDB_OPT_SETBITS, SPA_FLAG_ERRORS, &spa_flags, in spa_print()
1390 'M', MDB_OPT_SETBITS, SPA_FLAG_METASLAB_GROUPS, &spa_flags, in spa_print()
1391 'm', MDB_OPT_SETBITS, SPA_FLAG_METASLABS, &spa_flags, in spa_print()
1392 'h', MDB_OPT_SETBITS, SPA_FLAG_HISTOGRAMS, &spa_flags, in spa_print()
1424 if (spa_flags & SPA_FLAG_HISTOGRAMS) in spa_print()
1427 if (spa_flags & SPA_FLAG_CONFIG) { in spa_print()
[all …]