Searched refs:spa_feature_is_enabled (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzfeature.h50 extern boolean_t spa_feature_is_enabled(struct spa *, spa_feature_t);
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfeature.c136 * use the spa_feature_is_enabled() and spa_feature_is_active() functions to
144 * should only check if a feature is enabled using spa_feature_is_enabled(),
152 * enabled. Instead, when a dataset is destroyed spa_feature_is_enabled() is
222 * use spa_feature_is_enabled() and spa_feature_is_active() instead.
239 * use spa_feature_is_enabled() and spa_feature_is_active() instead.
279 if (!spa_feature_is_enabled(spa, feature->fi_feature)) {
361 if (spa_feature_is_enabled(spa, SPA_FEATURE_ENABLED_TXG)) {
458 spa_feature_is_enabled(spa_t *spa, spa_feature_t fid) function
H A Ddsl_bookmark.c153 if (!spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_BOOKMARKS))
186 ASSERT(spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_BOOKMARKS));
359 if (!spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_BOOKMARKS))
H A Dspace_map.c421 if ((spa_feature_is_enabled(spa, SPA_FEATURE_SPACEMAP_HISTOGRAM) &&
472 if (spa_feature_is_enabled(spa, SPA_FEATURE_SPACEMAP_HISTOGRAM)) {
496 if (spa_feature_is_enabled(spa, SPA_FEATURE_SPACEMAP_HISTOGRAM)) {
H A Ddsl_destroy.c787 if (!spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_ASYNC_DESTROY)) {
927 isenabled = spa_feature_is_enabled(spa, SPA_FEATURE_ASYNC_DESTROY);
H A Dbpobj.c43 if (spa_feature_is_enabled(spa, SPA_FEATURE_EMPTY_BPOBJ)) {
H A Ddmu_send.c1352 !spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_EXTENSIBLE_DATASET))
1362 !spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_EMBEDDED_DATA))
1365 !spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_LZ4_COMPRESS))
1374 !spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_LARGE_BLOCKS))
1591 !spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_EMBEDDED_DATA))
1594 !spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_LZ4_COMPRESS))
H A Dmetaslab.c1631 boolean_t feature_enabled = spa_feature_is_enabled(spa,
1955 spa_feature_is_enabled(spa, SPA_FEATURE_SPACEMAP_HISTOGRAM) &&
H A Dspa_misc.c2250 if (spa_feature_is_enabled(spa, SPA_FEATURE_LARGE_BLOCKS))
H A Dzfs_ioctl.c4001 if (!spa_feature_is_enabled(spa,
4045 if (!spa_feature_is_enabled(spa,
4100 if (!spa_feature_is_enabled(spa, feature)) {
H A Ddsl_dir.c603 if (!spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_FS_SS_LIMIT)) {
H A Dspa.c296 if (spa_feature_is_enabled(spa, SPA_FEATURE_LARGE_BLOCKS)) {
6811 boolean_t lz4_en = spa_feature_is_enabled(spa,
H A Dzvol.c2701 if (!spa_feature_is_enabled(spa,
H A Dzio.c1381 spa_feature_is_enabled(spa, SPA_FEATURE_EMBEDDED_DATA)) {

Completed in 307 milliseconds