Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_dataset.c376 ds->ds_feature[f] = (void *)B_TRUE; in load_zfeature()
401 ds->ds_feature[f] = ftuaa; in load_zfeature()
1057 return (zfeature_active(f, ds->ds_feature[f])); in dsl_dataset_feature_is_active()
1122 ds->ds_feature[f] = NULL; in dsl_dataset_deactivate_feature_impl()
1195 origin->ds_feature[f], tx); in dsl_dataset_create_sync_dd()
1748 if (zfeature_active(f, ds->ds_feature[f])) { in dsl_dataset_snapshot_sync_impl()
1750 ds->ds_feature[f], tx); in dsl_dataset_snapshot_sync_impl()
2099 if (zfeature_active(f, ds->ds_feature[f])) in dsl_dataset_sync()
4078 void *clone_feature = clone->ds_feature[f]; in dsl_dataset_clone_swap_sync_impl()
4091 origin_head->ds_feature[f] = clone_feature; in dsl_dataset_clone_swap_sync_impl()
[all …]
H A Ddsl_crypt.c2271 ds->ds_feature[SPA_FEATURE_ENCRYPTION] = (void *)B_TRUE; in dsl_crypto_recv_raw_key_sync()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddsl_dataset.h261 void *ds_feature[SPA_FEATURES]; member