HomeSort by: relevance | last modified time | path
    Searched refs:spa_feature_is_active (Results 1 - 20 of 20) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zfeature.h 51 extern boolean_t spa_feature_is_active(struct spa *, spa_feature_t);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zio_compress.c 99 if (spa_feature_is_active(spa, SPA_FEATURE_LZ4_COMPRESS))
bpobj.c 44 if (!spa_feature_is_active(spa, SPA_FEATURE_EMPTY_BPOBJ)) {
67 if (!spa_feature_is_active(dmu_objset_spa(os),
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.
473 spa_feature_is_active(spa_t *spa, spa_feature_t fid) function
dsl_dir.c 515 ASSERT(spa_feature_is_active(dp->dp_spa, SPA_FEATURE_FS_SS_LIMIT));
609 if (spa_feature_is_active(dp->dp_spa, SPA_FEATURE_FS_SS_LIMIT) &&
633 if (!spa_feature_is_active(spa, SPA_FEATURE_FS_SS_LIMIT)) {
1754 if (spa_feature_is_active(dp->dp_spa,
1853 if (spa_feature_is_active(dp->dp_spa,
dsl_pool.c 357 if (spa_feature_is_active(dp->dp_spa, SPA_FEATURE_ASYNC_DESTROY)) {
365 if (spa_feature_is_active(dp->dp_spa, SPA_FEATURE_EMPTY_BPOBJ)) {
dsl_scan.c 139 scn->scn_async_destroying = spa_feature_is_active(dp->dp_spa,
1550 if (err == 0 && spa_feature_is_active(spa, SPA_FEATURE_ASYNC_DESTROY)) {
1569 ASSERT(!spa_feature_is_active(spa,
space_map.c 501 VERIFY(spa_feature_is_active(spa,
dmu_traverse.c 579 if (spa_feature_is_active(spa, SPA_FEATURE_HOLE_BIRTH)) {
dnode_sync.c 142 if (spa_feature_is_active(dn->dn_objset->os_spa,
dsl_destroy.c 798 if (!spa_feature_is_active(dp->dp_spa,
dmu_send.c 813 spa_feature_is_active(dp->dp_spa, SPA_FEATURE_EMBEDDED_DATA)) {
815 if (spa_feature_is_active(dp->dp_spa, SPA_FEATURE_LZ4_COMPRESS))
zio.c 1390 ASSERT(spa_feature_is_active(spa,
1448 spa_feature_is_active(spa, SPA_FEATURE_HOLE_BIRTH)) {
zvol.c 2654 if (spa_feature_is_active(spa, SPA_FEATURE_MULTI_VDEV_CRASH_DUMP))
2797 checksum = spa_feature_is_active(spa,
spa.c 2606 if (spa_feature_is_active(spa, SPA_FEATURE_ENABLED_TXG)) {
6813 boolean_t lz4_ac = spa_feature_is_active(spa,
dbuf.c 1952 ASSERT(spa_feature_is_active(dmu_objset_spa(db->db_objset),
dsl_dataset.c 972 if (spa_feature_is_active(dp->dp_spa, SPA_FEATURE_FS_SS_LIMIT)) {
zfs_ioctl.c 4121 if (!spa_feature_is_active(spa, *featurep))
  /src/external/cddl/osnet/dist/cmd/zhack/
zhack.c 279 if (spa_feature_is_active(spa, SPA_FEATURE_ENABLED_TXG)) {
  /src/external/cddl/osnet/dist/cmd/zdb/
zdb.c 777 spa_feature_is_active(spa, SPA_FEATURE_SPACEMAP_HISTOGRAM)) {
2740 if (spa_feature_is_active(spa, SPA_FEATURE_ASYNC_DESTROY)) {
3088 if (spa_feature_is_active(spa,

Completed in 65 milliseconds