Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dtxg.h68 struct dsl_pool;
70 extern void txg_init(struct dsl_pool *dp, uint64_t txg);
71 extern void txg_fini(struct dsl_pool *dp);
72 extern void txg_sync_start(struct dsl_pool *dp);
73 extern void txg_sync_stop(struct dsl_pool *dp);
81 extern void txg_kick(struct dsl_pool *dp, uint64_t txg);
89 extern void txg_wait_synced(struct dsl_pool *dp, uint64_t txg);
102 extern void txg_wait_open(struct dsl_pool *dp, uint64_t txg,
109 extern boolean_t txg_stalled(struct dsl_pool *dp);
112 extern boolean_t txg_sync_waiting(struct dsl_pool *dp);
[all …]
H A Ddsl_scan.h43 struct dsl_pool;
128 struct dsl_pool *scn_dp;
186 int dsl_scan_init(struct dsl_pool *dp, uint64_t txg);
189 void dsl_scan_fini(struct dsl_pool *dp);
190 void dsl_scan_sync(struct dsl_pool *, dmu_tx_t *);
191 int dsl_scan_cancel(struct dsl_pool *);
192 int dsl_scan(struct dsl_pool *, pool_scan_func_t);
194 boolean_t dsl_scan_scrubbing(const struct dsl_pool *dp);
195 boolean_t dsl_errorscrubbing(const struct dsl_pool *dp);
200 void dsl_errorscrub_sync(struct dsl_pool *, dmu_tx_t *);
[all …]
H A Ddsl_synctask.h36 struct dsl_pool;
101 struct dsl_pool *dst_pool;
115 void dsl_sync_task_nowait(struct dsl_pool *, dsl_syncfunc_t *,
119 void dsl_early_sync_task_nowait(struct dsl_pool *, dsl_syncfunc_t *,
H A Ddmu_tx.h44 struct dsl_pool;
56 struct dsl_pool *tx_pool;
149 struct dsl_pool *dmu_tx_pool(dmu_tx_t *tx);
155 extern dmu_tx_t *dmu_tx_create_assigned(struct dsl_pool *dp, uint64_t txg);
H A Ddsl_dataset.h50 struct dsl_pool;
330 int dsl_dataset_hold(struct dsl_pool *dp, const char *name, const void *tag,
332 int dsl_dataset_hold_flags(struct dsl_pool *dp, const char *name,
334 boolean_t dsl_dataset_try_add_ref(struct dsl_pool *dp, dsl_dataset_t *ds,
337 int dsl_dataset_hold_obj_flags(struct dsl_pool *dp, uint64_t dsobj,
340 int dsl_dataset_hold_obj(struct dsl_pool *dp, uint64_t dsobj,
345 int dsl_dataset_own(struct dsl_pool *dp, const char *name,
347 int dsl_dataset_own_force(struct dsl_pool *dp, const char *name,
349 int dsl_dataset_own_obj(struct dsl_pool *dp, uint64_t dsobj,
351 int dsl_dataset_own_obj_force(struct dsl_pool *dp, uint64_t dsobj,
H A Ddsl_bookmark.h130 int dsl_bookmark_lookup(struct dsl_pool *, const char *,
134 int dsl_redaction_list_hold_obj(struct dsl_pool *, uint64_t, const void *,
137 void dsl_redaction_list_long_hold(struct dsl_pool *, redaction_list_t *,
H A Ddsl_userhold.h39 struct dsl_pool;
47 void dsl_dataset_user_release_tmp(struct dsl_pool *dp, nvlist_t *holds);
H A Ddmu_objset.h49 struct dsl_pool;
217 int dmu_objset_own_obj(struct dsl_pool *dp, uint64_t obj,
232 int dmu_objset_find_dp(struct dsl_pool *dp, uint64_t ddobj,
233 int func(struct dsl_pool *, struct dsl_dataset *, void *),
H A Ddsl_pool.h54 struct dsl_pool;
89 typedef struct dsl_pool { struct
H A Dzil.h42 struct dsl_pool;
579 extern int zil_claim(struct dsl_pool *dp,
581 extern int zil_check_log_chain(struct dsl_pool *dp,
H A Ddsl_destroy.h36 struct dsl_pool;
H A Dzil_impl.h191 struct dsl_pool *zl_dmu_pool; /* DSL pool */
H A Ddsl_deadlist.h38 struct dsl_pool;
H A Dspa.h72 struct dsl_pool;
948 struct dsl_pool *);
1013 extern struct dsl_pool *spa_get_dsl(spa_t *spa);
H A Ddmu.h67 struct dsl_pool;
1005 extern struct dsl_pool *dmu_objset_pool(objset_t *os);
/freebsd-14.2/sys/cddl/contrib/opensolaris/uts/common/
H A DMakefile.files92 dsl_pool.o \
/freebsd-14.2/sys/contrib/openzfs/include/
H A DMakefile.am57 sys/dsl_pool.h \
/freebsd-14.2/sys/contrib/openzfs/lib/libzpool/
H A DMakefile.am101 module/zfs/dsl_pool.c \
/freebsd-14.2/cddl/lib/libzpool/
H A DMakefile90 dsl_pool.c \
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Ddsl_userhold.c651 dsl_dataset_user_release_tmp(struct dsl_pool *dp, nvlist_t *holds) in dsl_dataset_user_release_tmp()
H A Ddmu_tx.c87 dmu_tx_create_assigned(struct dsl_pool *dp, uint64_t txg) in dmu_tx_create_assigned()
/freebsd-14.2/sys/contrib/openzfs/module/
H A DKbuild.in349 dsl_pool.o \
H A DMakefile.bsd275 dsl_pool.c \
/freebsd-14.2/sys/modules/zfs/
H A DMakefile261 dsl_pool.c \
/freebsd-14.2/sys/conf/
H A Dfiles292 contrib/openzfs/module/zfs/dsl_pool.c optional zfs compile-with "${ZFS_C}"