Searched defs:dmu_tx_t (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu.h | 80 typedef struct dmu_tx dmu_tx_t; typedef in typeref:struct:dmu_tx 280 void (*func)(objset_t *os, void *arg, cred_t *cr, dmu_tx_t *tx), void *arg); 344 int blocksize, dmu_object_type_t bonus_type, int bonus_len, dmu_tx_t *tx); 346 int blocksize, dmu_object_type_t bonus_type, int bonus_len, dmu_tx_t *tx); 348 int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *txp); 366 int dmu_object_free(objset_t *os, uint64_t object, dmu_tx_t *tx); 394 int ibs, dmu_tx_t *tx); 401 dmu_tx_t *tx); 408 dmu_tx_t *tx); 413 int compressed_size, int byteorder, dmu_tx_t *t [all...] |
Completed in 270 milliseconds