Searched refs:ds_feature (Results 1 – 4 of 4) sorted by relevance
387 struct feature_type_uint64_array_arg *ftuaa = ds->ds_feature[f]; in unload_zfeature()406 ds->ds_feature[f] = (void *)B_TRUE; in load_zfeature()431 ds->ds_feature[f] = ftuaa; in load_zfeature()1097 return (zfeature_active(f, ds->ds_feature[f])); in dsl_dataset_feature_is_active()1113 struct feature_type_uint64_array_arg *ftuaa = ds->ds_feature[f]; in dsl_dataset_get_uint64_array_feature()1162 ds->ds_feature[f] = NULL; in dsl_dataset_deactivate_feature_impl()1233 if (zfeature_active(f, origin->ds_feature[f])) { in dsl_dataset_create_sync_dd()1235 origin->ds_feature[f], tx); in dsl_dataset_create_sync_dd()1784 if (zfeature_active(f, ds->ds_feature[f])) { in dsl_dataset_snapshot_sync_impl()1786 ds->ds_feature[f], tx); in dsl_dataset_snapshot_sync_impl()[all …]
2311 ds->ds_feature[SPA_FEATURE_ENCRYPTION] = (void *)B_TRUE; in dsl_crypto_recv_raw_key_sync()
1028 newds->ds_feature[SPA_FEATURE_LONGNAME] = (void *)B_TRUE; in dmu_recv_begin_sync()
260 void *ds_feature[SPA_FEATURES]; member