Home
last modified time | relevance | path

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

/titanic_53/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c59 enum spa_flags { enum
1105 int spa_flags = 0; in spa_print() local
1108 'c', MDB_OPT_SETBITS, SPA_FLAG_CONFIG, &spa_flags, in spa_print()
1109 'v', MDB_OPT_SETBITS, SPA_FLAG_VDEVS, &spa_flags, in spa_print()
1110 'e', MDB_OPT_SETBITS, SPA_FLAG_ERRORS, &spa_flags, in spa_print()
1111 'M', MDB_OPT_SETBITS, SPA_FLAG_METASLAB_GROUPS, &spa_flags, in spa_print()
1112 'm', MDB_OPT_SETBITS, SPA_FLAG_METASLABS, &spa_flags, in spa_print()
1113 'h', MDB_OPT_SETBITS, SPA_FLAG_HISTOGRAMS, &spa_flags, in spa_print()
1146 if (spa_flags & SPA_FLAG_CONFIG) { in spa_print()
1155 if (spa_flags & SPA_FLAG_ALL_VDEV) { in spa_print()
[all …]