Searched refs:dmu_tx (Results 1 - 25 of 46) sorted by relevance

12

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddsl_destroy.h36 struct dmu_tx;
43 void dsl_destroy_head_sync_impl(struct dsl_dataset *, struct dmu_tx *);
47 boolean_t, struct dmu_tx *);
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_scan.h42 struct dmu_tx;
135 void dsl_scan_ds_destroyed(struct dsl_dataset *ds, struct dmu_tx *tx);
136 void dsl_scan_ds_snapshotted(struct dsl_dataset *ds, struct dmu_tx *tx);
138 struct dmu_tx *tx);
H A Ddmu_objset.h51 struct dmu_tx;
111 struct dmu_tx *os_synctx; /* XXX sketchy */
H A Ddmu_tx.h47 struct dmu_tx { struct
63 /* list of dmu_tx_callback_t on this dmu_tx */
H A Ddbuf.h87 struct dmu_tx;
322 struct dmu_tx *);
H A Ddsl_pool.h50 struct dmu_tx;
H A Ddmu.h80 typedef struct dmu_tx dmu_tx_t;
707 * to stable storage and will also be called if the dmu_tx is aborted.
/netbsd-current/external/cddl/osnet/dist/uts/common/
H A DMakefile.files51 dmu_tx.o \
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dddt_zap.c31 #include <sys/dmu_tx.h>
H A Ddsl_synctask.c27 #include <sys/dmu_tx.h>
H A Dbptree.c31 #include <sys/dmu_tx.h>
H A Ddmu_object.c29 #include <sys/dmu_tx.h>
H A Ddmu_diff.c28 #include <sys/dmu_tx.h>
H A Dzfeature.c31 #include <sys/dmu_tx.h>
H A Dspa_errlog.c51 #include <sys/dmu_tx.h>
H A Ddsl_bookmark.c25 #include <sys/dmu_tx.h>
H A Dspa_history.c32 #include <sys/dmu_tx.h>
H A Ddsl_userhold.c32 #include <sys/dmu_tx.h>
H A Ddsl_deleg.c71 #include <sys/dmu_tx.h>
H A Dspace_map.c32 #include <sys/dmu_tx.h>
H A Ddsl_destroy.c33 #include <sys/dmu_tx.h>
/netbsd-current/sys/modules/zfs/
H A DMakefile.zfsmod36 SRCS+= dmu_tx.c
/netbsd-current/external/cddl/osnet/dist/cmd/zhack/
H A Dzhack.c50 #include <sys/dmu_tx.h>

Completed in 226 milliseconds

12