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 Dzfeature.h51 extern boolean_t spa_feature_is_active(struct spa *, spa_feature_t);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_compress.c79 if (spa_feature_is_active(spa, SPA_FEATURE_LZ4_COMPRESS))
H A Dbpobj.c44 if (!spa_feature_is_active(spa, SPA_FEATURE_EMPTY_BPOBJ)) {
67 if (!spa_feature_is_active(dmu_objset_spa(os),
H A Dzfeature.c136 * 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 Ddsl_dir.c510 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 Dspace_map.c497 VERIFY(spa_feature_is_active(spa,
H A Ddsl_pool.c256 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 Ddsl_scan.c112 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 Ddmu_traverse.c572 if (spa_feature_is_active(spa, SPA_FEATURE_HOLE_BIRTH)) {
H A Ddsl_destroy.c798 if (!spa_feature_is_active(dp->dp_spa,
H A Ddnode_sync.c142 if (spa_feature_is_active(dn->dn_objset->os_spa,
H A Dzvol.c1874 if (spa_feature_is_active(spa, SPA_FEATURE_MULTI_VDEV_CRASH_DUMP))
2017 checksum = spa_feature_is_active(spa,
H A Ddmu_send.c800 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 Ddmu.c1812 boolean_t lz4_ac = spa_feature_is_active(os->os_spa,
H A Dzio.c1276 ASSERT(spa_feature_is_active(spa,
1336 spa_feature_is_active(spa, SPA_FEATURE_HOLE_BIRTH)) {
H A Dspa.c2530 if (spa_feature_is_active(spa, SPA_FEATURE_ENABLED_TXG)) {
6467 boolean_t lz4_ac = spa_feature_is_active(spa,
H A Ddbuf.c1971 ASSERT(spa_feature_is_active(dmu_objset_spa(db->db_objset),
H A Ddsl_dataset.c959 if (spa_feature_is_active(dp->dp_spa, SPA_FEATURE_FS_SS_LIMIT)) {
H A Dzfs_ioctl.c3931 if (!spa_feature_is_active(spa, *featurep))
/illumos-gate/usr/src/cmd/zhack/
H A Dzhack.c279 if (spa_feature_is_active(spa, SPA_FEATURE_ENABLED_TXG)) {
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c782 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 175 milliseconds