Home
last modified time | relevance | path

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

12

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddsl_prop.h39 struct dsl_dataset;
55 struct dsl_dataset *cbr_ds;
73 int dsl_prop_register(struct dsl_dataset *ds, const char *propname,
75 int dsl_prop_unregister(struct dsl_dataset *ds, const char *propname,
77 void dsl_prop_unregister_all(struct dsl_dataset *ds, void *cbarg);
79 boolean_t dsl_prop_hascb(struct dsl_dataset *ds);
87 int dsl_prop_get_ds(struct dsl_dataset *ds, const char *propname,
89 int dsl_prop_get_int_ds(struct dsl_dataset *ds, const char *propname,
97 void dsl_props_set_sync_impl(struct dsl_dataset *ds, zprop_source_t source,
99 void dsl_prop_set_sync_impl(struct dsl_dataset *ds, const char *propname,
H A Ddsl_destroy.h35 struct dsl_dataset;
43 int dsl_destroy_head_check_impl(struct dsl_dataset *, int);
44 void dsl_destroy_head_sync_impl(struct dsl_dataset *, struct dmu_tx *);
46 int dsl_destroy_snapshot_check_impl(struct dsl_dataset *, boolean_t);
47 void dsl_destroy_snapshot_sync_impl(struct dsl_dataset *,
H A Ddsl_scan.h41 struct dsl_dataset;
177 boolean_t dsl_dataset_unstable(struct dsl_dataset *ds);
180 void dsl_scan_ds_destroyed(struct dsl_dataset *ds, struct dmu_tx *tx);
181 void dsl_scan_ds_snapshotted(struct dsl_dataset *ds, struct dmu_tx *tx);
182 void dsl_scan_ds_clone_swapped(struct dsl_dataset *ds1, struct dsl_dataset *ds2,
H A Ddmu_objset.h50 struct dsl_dataset;
97 struct dsl_dataset *os_dsl_dataset;
216 void dmu_objset_refresh_ownership(struct dsl_dataset *ds,
217 struct dsl_dataset **newds, boolean_t decrypt, void *tag);
221 int dmu_objset_from_ds(struct dsl_dataset *ds, objset_t **osp);
229 int func(struct dsl_pool *, struct dsl_dataset *, void *),
237 objset_t *dmu_objset_create_impl_dnstats(spa_t *spa, struct dsl_dataset *ds,
240 objset_t *dmu_objset_create_impl(spa_t *spa, struct dsl_dataset *ds,
242 int dmu_objset_open_impl(spa_t *spa, struct dsl_dataset *ds, blkptr_t *bp,
H A Ddsl_userhold.h40 struct dsl_dataset;
48 int dsl_dataset_user_hold_check_one(struct dsl_dataset *ds, const char *htag,
50 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 Ddmu_traverse.h38 struct dsl_dataset;
64 int traverse_dataset(struct dsl_dataset *ds,
66 int traverse_dataset_resume(struct dsl_dataset *ds, uint64_t txg_start,
H A Ddsl_crypt.h170 void dsl_dataset_crypt_stats(struct dsl_dataset *ds, nvlist_t *nv);
184 int spa_keystore_create_mapping(spa_t *spa, struct dsl_dataset *ds, void *tag,
194 int dsl_crypto_recv_raw_key_check(struct dsl_dataset *ds,
196 void dsl_crypto_recv_raw_key_sync(struct dsl_dataset *ds,
209 struct dsl_dataset *origin, dsl_crypto_params_t *dcp, dmu_tx_t *tx);
H A Ddsl_deadlist.h39 struct dsl_dataset;
80 struct dsl_dataset *ds;
H A Dzil.h42 struct dsl_dataset;
503 struct dsl_dataset *ds, void *txarg);
505 struct dsl_dataset *ds, void *tx);
H A Ddsl_pool.h52 struct dsl_dataset;
97 struct dsl_dataset *dp_origin_snap;
H A Ddmu_recv.h42 struct dsl_dataset *drc_ds;
H A Ddsl_deleg.h79 int dsl_deleg_access_impl(struct dsl_dataset *ds, const char *perm, cred_t *cr);
H A Ddsl_dir.h44 struct dsl_dataset;
189 void dsl_dir_new_refreservation(dsl_dir_t *dd, struct dsl_dataset *ds,
H A Dzcp.h179 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.h131 struct dsl_dataset *, zfs_bookmark_phys_t *);
H A DMakefile.am32 dsl_dataset.h \
H A Ddmu.h65 struct dsl_dataset;
330 int dmu_objset_open_ds(struct dsl_dataset *ds, objset_t **osp);
988 extern struct dsl_dataset *dmu_objset_ds(objset_t *os);
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_vfsops_os.h302 extern int zfs_resume_fs(zfsvfs_t *zfsvfs, struct dsl_dataset *ds);
303 extern int zfs_end_fs(zfsvfs_t *zfsvfs, struct dsl_dataset *ds);
310 extern int zfs_get_temporary_prop(struct dsl_dataset *ds, zfs_prop_t zfs_prop,
/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_vfsops_os.h202 extern int zfs_resume_fs(zfsvfs_t *zfsvfs, struct dsl_dataset *ds);
203 extern int zfs_end_fs(zfsvfs_t *zfsvfs, struct dsl_dataset *ds);
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A DMakefile.am81 dsl_dataset.c \
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A DMakefile.in44 $(MODULE)-objs += dsl_dataset.o
H A Ddmu_object.c394 struct dsl_dataset *ds = os->os_dsl_dataset; in dmu_object_next()
/f-stack/freebsd/contrib/openzfs/module/
H A DMakefile.bsd210 dsl_dataset.c \

12