Searched refs:spa_feature_is_active (Results 1 - 21 of 21) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | zfeature.h | 51 extern boolean_t spa_feature_is_active(struct spa *, spa_feature_t);
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zio_compress.c | 79 if (spa_feature_is_active(spa, SPA_FEATURE_LZ4_COMPRESS))
|
H A D | bpobj.c | 44 if (!spa_feature_is_active(spa, SPA_FEATURE_EMPTY_BPOBJ)) { 67 if (!spa_feature_is_active(dmu_objset_spa(os),
|
H A D | zfeature.c | 136 * use the spa_feature_is_enabled() and spa_feature_is_active() functions to 222 * use spa_feature_is_enabled() and spa_feature_is_active() instead. 239 * use spa_feature_is_enabled() and spa_feature_is_active() instead. 469 spa_feature_is_active(spa_t *spa, spa_feature_t fid) function
|
H A D | dsl_dir.c | 510 ASSERT(spa_feature_is_active(dp->dp_spa, SPA_FEATURE_FS_SS_LIMIT)); 604 if (spa_feature_is_active(dp->dp_spa, SPA_FEATURE_FS_SS_LIMIT) && 628 if (!spa_feature_is_active(spa, SPA_FEATURE_FS_SS_LIMIT)) { 1741 if (spa_feature_is_active(dp->dp_spa, 1840 if (spa_feature_is_active(dp->dp_spa,
|
H A D | space_map.c | 497 VERIFY(spa_feature_is_active(spa,
|
H A D | dsl_pool.c | 256 if (spa_feature_is_active(dp->dp_spa, SPA_FEATURE_ASYNC_DESTROY)) { 264 if (spa_feature_is_active(dp->dp_spa, SPA_FEATURE_EMPTY_BPOBJ)) {
|
H A D | dsl_scan.c | 112 scn->scn_async_destroying = spa_feature_is_active(dp->dp_spa, 1516 if (err == 0 && spa_feature_is_active(spa, SPA_FEATURE_ASYNC_DESTROY)) { 1535 ASSERT(!spa_feature_is_active(spa,
|
H A D | dmu_traverse.c | 572 if (spa_feature_is_active(spa, SPA_FEATURE_HOLE_BIRTH)) {
|
H A D | dsl_destroy.c | 798 if (!spa_feature_is_active(dp->dp_spa,
|
H A D | dnode_sync.c | 142 if (spa_feature_is_active(dn->dn_objset->os_spa,
|
H A D | zvol.c | 1874 if (spa_feature_is_active(spa, SPA_FEATURE_MULTI_VDEV_CRASH_DUMP)) 2017 checksum = spa_feature_is_active(spa,
|
H A D | dmu_send.c | 800 spa_feature_is_active(dp->dp_spa, SPA_FEATURE_EMBEDDED_DATA)) { 802 if (spa_feature_is_active(dp->dp_spa, SPA_FEATURE_LZ4_COMPRESS)) 810 0 && spa_feature_is_active(dp->dp_spa, SPA_FEATURE_LZ4_COMPRESS)) {
|
H A D | dmu.c | 1812 boolean_t lz4_ac = spa_feature_is_active(os->os_spa,
|
H A D | zio.c | 1276 ASSERT(spa_feature_is_active(spa, 1336 spa_feature_is_active(spa, SPA_FEATURE_HOLE_BIRTH)) {
|
H A D | spa.c | 2530 if (spa_feature_is_active(spa, SPA_FEATURE_ENABLED_TXG)) { 6467 boolean_t lz4_ac = spa_feature_is_active(spa,
|
H A D | dbuf.c | 1971 ASSERT(spa_feature_is_active(dmu_objset_spa(db->db_objset),
|
H A D | dsl_dataset.c | 959 if (spa_feature_is_active(dp->dp_spa, SPA_FEATURE_FS_SS_LIMIT)) {
|
H A D | zfs_ioctl.c | 3931 if (!spa_feature_is_active(spa, *featurep))
|
/illumos-gate/usr/src/cmd/zhack/ |
H A D | zhack.c | 279 if (spa_feature_is_active(spa, SPA_FEATURE_ENABLED_TXG)) {
|
/illumos-gate/usr/src/cmd/zdb/ |
H A D | zdb.c | 782 spa_feature_is_active(spa, SPA_FEATURE_SPACEMAP_HISTOGRAM)) { 2720 if (spa_feature_is_active(spa, SPA_FEATURE_ASYNC_DESTROY)) { 3068 if (spa_feature_is_active(spa,
|
Completed in 196 milliseconds