Home
last modified time | relevance | path

Searched refs:dsl_dataset (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/sys/contrib/openzfs/include/sys/
H A Ddsl_prop.h40 struct dsl_dataset;
56 struct dsl_dataset *cbr_ds;
74 int dsl_prop_register(struct dsl_dataset *ds, const char *propname,
76 int dsl_prop_unregister(struct dsl_dataset *ds, const char *propname,
78 void dsl_prop_unregister_all(struct dsl_dataset *ds, void *cbarg);
80 boolean_t dsl_prop_hascb(struct dsl_dataset *ds);
88 int dsl_prop_get_ds(struct dsl_dataset *ds, const char *propname,
90 int dsl_prop_get_int_ds(struct dsl_dataset *ds, const char *propname,
98 void dsl_props_set_sync_impl(struct dsl_dataset *ds, zprop_source_t source,
100 void dsl_prop_set_sync_impl(struct dsl_dataset *ds, const char *propname,
H A Ddsl_destroy.h36 struct dsl_dataset;
44 int dsl_destroy_head_check_impl(struct dsl_dataset *, int);
45 void dsl_destroy_head_sync_impl(struct dsl_dataset *, struct dmu_tx *);
47 int dsl_destroy_snapshot_check_impl(struct dsl_dataset *, boolean_t);
48 void dsl_destroy_snapshot_sync_impl(struct dsl_dataset *,
H A Ddmu_objset.h51 struct dsl_dataset;
105 struct dsl_dataset *os_dsl_dataset;
222 void dmu_objset_refresh_ownership(struct dsl_dataset *ds,
223 struct dsl_dataset **newds, boolean_t decrypt, const void *tag);
227 int dmu_objset_from_ds(struct dsl_dataset *ds, objset_t **osp);
235 int func(struct dsl_pool *, struct dsl_dataset *, void *),
243 objset_t *dmu_objset_create_impl_dnstats(spa_t *spa, struct dsl_dataset *ds,
246 objset_t *dmu_objset_create_impl(spa_t *spa, struct dsl_dataset *ds,
248 int dmu_objset_open_impl(spa_t *spa, struct dsl_dataset *ds, blkptr_t *bp,
H A Ddsl_scan.h43 struct dsl_dataset;
211 boolean_t dsl_dataset_unstable(struct dsl_dataset *ds);
214 void dsl_scan_ds_destroyed(struct dsl_dataset *ds, struct dmu_tx *tx);
215 void dsl_scan_ds_snapshotted(struct dsl_dataset *ds, struct dmu_tx *tx);
216 void dsl_scan_ds_clone_swapped(struct dsl_dataset *ds1, struct dsl_dataset *ds2,
H A Ddsl_userhold.h41 struct dsl_dataset;
49 int dsl_dataset_user_hold_check_one(struct dsl_dataset *ds, const char *htag,
51 void dsl_dataset_user_hold_sync_one(struct dsl_dataset *ds, const char *htag,
H A Ddmu_send.h46 struct dsl_dataset;
57 int dmu_send_estimate_fast(struct dsl_dataset *ds, struct dsl_dataset *fromds,
H A Ddsl_crypt.h171 void dsl_dataset_crypt_stats(struct dsl_dataset *ds, nvlist_t *nv);
186 int spa_keystore_create_mapping(spa_t *spa, struct dsl_dataset *ds,
196 int dsl_crypto_recv_raw_key_check(struct dsl_dataset *ds,
198 void dsl_crypto_recv_raw_key_sync(struct dsl_dataset *ds,
212 struct dsl_dataset *origin, dsl_crypto_params_t *dcp, dmu_tx_t *tx);
H A Ddmu_traverse.h39 struct dsl_dataset;
65 int traverse_dataset(struct dsl_dataset *ds,
67 int traverse_dataset_resume(struct dsl_dataset *ds, uint64_t txg_start,
H A Ddsl_deadlist.h40 struct dsl_dataset;
81 struct dsl_dataset *ds;
H A Ddsl_pool.h54 struct dsl_dataset;
100 struct dsl_dataset *dp_origin_snap;
H A Dzil.h44 struct dsl_dataset;
619 struct dsl_dataset *ds, void *txarg);
621 struct dsl_dataset *ds, void *tx);
H A Ddsl_dir.h45 struct dsl_dataset;
194 void dsl_dir_new_refreservation(dsl_dir_t *dd, struct dsl_dataset *ds,
H A Ddmu_recv.h43 struct dsl_dataset *drc_ds;
H A Ddsl_deleg.h81 int dsl_deleg_access_impl(struct dsl_dataset *ds, const char *perm, cred_t *cr);
H A Dzcp.h180 struct dsl_dataset *zcp_dataset_hold(lua_State *, dsl_pool_t *,
H A Ddsl_dataset.h49 struct dsl_dataset;
174 typedef struct dsl_dataset { struct
187 struct dsl_dataset *ds_prev; argument
H A Ddsl_bookmark.h133 struct dsl_dataset *, zfs_bookmark_phys_t *);
H A Ddmu.h67 struct dsl_dataset;
336 int dmu_objset_open_ds(struct dsl_dataset *ds, objset_t **osp);
1037 extern struct dsl_dataset *dmu_objset_ds(objset_t *os);
H A Dspa.h72 struct dsl_dataset;
1161 extern void spa_history_log_internal_ds(struct dsl_dataset *ds, const char *op,
1200 extern int find_birth_txg(struct dsl_dataset *ds, zbookmark_err_phys_t *zep,
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_vfsops_os.h218 extern int zfs_resume_fs(zfsvfs_t *zfsvfs, struct dsl_dataset *ds);
219 extern int zfs_end_fs(zfsvfs_t *zfsvfs, struct dsl_dataset *ds);
226 extern int zfs_get_temporary_prop(struct dsl_dataset *ds, zfs_prop_t zfs_prop,
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_vfsops_os.h233 extern int zfs_resume_fs(zfsvfs_t *zfsvfs, struct dsl_dataset *ds);
234 extern int zfs_end_fs(zfsvfs_t *zfsvfs, struct dsl_dataset *ds);
/freebsd/sys/cddl/contrib/opensolaris/uts/common/
H A DMakefile.files89 dsl_dataset.o \
/freebsd/sys/contrib/openzfs/include/
H A DMakefile.am54 sys/dsl_dataset.h \
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A DMakefile.am101 module/zfs/dsl_dataset.c \
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_object.c395 struct dsl_dataset *ds = os->os_dsl_dataset; in dmu_object_next()

12