Searched refs:spa_flags (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/ |
H A D | zfs.c | 74 enum spa_flags { enum 1419 int spa_flags = 0; in spa_print() local 1422 'c', MDB_OPT_SETBITS, SPA_FLAG_CONFIG, &spa_flags, in spa_print() 1423 'v', MDB_OPT_SETBITS, SPA_FLAG_VDEVS, &spa_flags, in spa_print() 1424 'e', MDB_OPT_SETBITS, SPA_FLAG_ERRORS, &spa_flags, in spa_print() 1425 'M', MDB_OPT_SETBITS, SPA_FLAG_METASLAB_GROUPS, &spa_flags, in spa_print() 1426 'm', MDB_OPT_SETBITS, SPA_FLAG_METASLABS, &spa_flags, in spa_print() 1427 'h', MDB_OPT_SETBITS, SPA_FLAG_HISTOGRAMS, &spa_flags, in spa_print() 1459 if (spa_flags & SPA_FLAG_HISTOGRAMS) in spa_print() 1462 if (spa_flags & SPA_FLAG_CONFIG) { in spa_print() [all …]
|