Searched refs:spa_flags (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/mdb/common/modules/zfs/ |
H A D | zfs.c | 59 enum spa_flags { enum 1103 int spa_flags = 0; in spa_print() local 1106 'c', MDB_OPT_SETBITS, SPA_FLAG_CONFIG, &spa_flags, in spa_print() 1107 'v', MDB_OPT_SETBITS, SPA_FLAG_VDEVS, &spa_flags, in spa_print() 1108 'e', MDB_OPT_SETBITS, SPA_FLAG_ERRORS, &spa_flags, in spa_print() 1109 'M', MDB_OPT_SETBITS, SPA_FLAG_METASLAB_GROUPS, &spa_flags, in spa_print() 1110 'm', MDB_OPT_SETBITS, SPA_FLAG_METASLABS, &spa_flags, in spa_print() 1111 'h', MDB_OPT_SETBITS, SPA_FLAG_HISTOGRAMS, &spa_flags, in spa_print() 1144 if (spa_flags & SPA_FLAG_CONFIG) { in spa_print() 1153 if (spa_flags & SPA_FLAG_ALL_VDEV) { in spa_print() [all …]
|