Home
last modified time | relevance | path

Searched refs:ds_feature (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_dataset.c382 ds->ds_feature[f] = (void *)B_TRUE; in load_zfeature()
407 ds->ds_feature[f] = ftuaa; in load_zfeature()
1067 return (zfeature_active(f, ds->ds_feature[f])); in dsl_dataset_feature_is_active()
1132 ds->ds_feature[f] = NULL; in dsl_dataset_deactivate_feature_impl()
1205 origin->ds_feature[f], tx); in dsl_dataset_create_sync_dd()
1754 if (zfeature_active(f, ds->ds_feature[f])) { in dsl_dataset_snapshot_sync_impl()
1756 ds->ds_feature[f], tx); in dsl_dataset_snapshot_sync_impl()
2276 if (zfeature_active(f, ds->ds_feature[f])) in dsl_dataset_sync_done()
4044 void *clone_feature = clone->ds_feature[f]; in dsl_dataset_clone_swap_sync_impl()
4057 origin_head->ds_feature[f] = clone_feature; in dsl_dataset_clone_swap_sync_impl()
[all …]
H A Ddsl_crypt.c2311 ds->ds_feature[SPA_FEATURE_ENCRYPTION] = (void *)B_TRUE; in dsl_crypto_recv_raw_key_sync()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddsl_dataset.h260 void *ds_feature[SPA_FEATURES]; member