Home
last modified time | relevance | path

Searched refs:dmu_tx (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfeature.h42 struct dmu_tx;
45 extern void spa_feature_create_zap_objects(struct spa *, struct dmu_tx *);
47 struct dmu_tx *);
48 extern void spa_feature_incr(struct spa *, spa_feature_t, struct dmu_tx *);
49 extern void spa_feature_decr(struct spa *, spa_feature_t, struct dmu_tx *);
65 struct dmu_tx *);
67 struct dmu_tx *);
H A Ddsl_userhold.h41 struct dmu_tx;
49 boolean_t temphold, struct dmu_tx *tx);
51 minor_t minor, uint64_t now, struct dmu_tx *tx);
H A Ddsl_destroy.h37 struct dmu_tx;
44 void dsl_destroy_head_sync_impl(struct dsl_dataset *, struct dmu_tx *);
48 boolean_t, struct dmu_tx *);
H A Ddsl_scan.h43 struct dmu_tx;
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);
183 struct dmu_tx *tx);
H A Ddmu_objset.h51 struct dmu_tx;
154 struct dmu_tx *os_synctx; /* XXX sketchy */
H A Ddmu_tx.h48 struct dmu_tx { struct
H A Ddbuf.h95 struct dmu_tx;
393 struct dmu_tx *);
H A DMakefile.am28 dmu_tx.h \
H A Ddsl_pool.h54 struct dmu_tx;
H A Ddmu.h80 typedef struct dmu_tx dmu_tx_t;
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A DMakefile.am76 dmu_tx.c \
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A DMakefile.in38 $(MODULE)-objs += dmu_tx.o
/f-stack/freebsd/contrib/openzfs/module/
H A DMakefile.bsd206 dmu_tx.c \