Searched refs:itx (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_log.c57 * possibly replay the transaction is saved in it. The itx is then assigned
244 itx_t *itx; local
283 itx = zil_itx_create(txtype, txsize);
285 lr = (lr_create_t *)&itx->itx_lr;
321 lracl = (lr_acl_create_t *)&itx->itx_lr;
345 zil_itx_assign(zilog, itx, tx);
355 itx_t *itx; local
362 itx = zil_itx_create(txtype, sizeof (*lr) + namesize);
363 lr = (lr_remove_t *)&itx->itx_lr;
367 itx
379 itx_t *itx; local
402 itx_t *itx; local
434 itx_t *itx; local
484 itx_t *itx; local
532 itx_t *itx; local
555 itx_t *itx; local
617 itx_t *itx; local
[all...]
H A Dzil.c111 * When running ziltest we want to keep all itx's and so maintain
526 * any pending itx records that have not been cleaned by zil_clean().
1086 zil_lwb_commit(zilog_t *zilog, itx_t *itx, lwb_t *lwb) argument
1088 lr_t *lrcb, *lrc = &itx->itx_lr; /* common log record */
1101 if (lrc->lrc_txtype == TX_WRITE && itx->itx_wr_state == WR_NEED_COPY)
1140 if (itx->itx_wr_state != WR_COPIED) {
1144 if (itx->itx_wr_state == WR_NEED_COPY) {
1152 ASSERT(itx->itx_wr_state == WR_INDIRECT);
1156 itx->itx_private, lrwb, dbuf, lwb->lwb_zio);
1172 * equal to the itx sequenc
1193 itx_t *itx; local
1207 zil_itx_destroy(itx_t *itx) argument
1219 itx_t *itx; local
1274 itx_t *itx; local
1311 zil_itx_assign(zilog_t *zilog, itx_t *itx, dmu_tx_t *tx) argument
1527 itx_t *itx; local
[all...]
H A Dzvol.c1390 itx_t *itx; local
1400 itx = zil_itx_create(TX_WRITE, sizeof (*lr) +
1402 lr = (lr_write_t *)&itx->itx_lr;
1405 zil_itx_destroy(itx);
1406 itx = zil_itx_create(TX_WRITE, sizeof (*lr));
1407 lr = (lr_write_t *)&itx->itx_lr;
1411 itx->itx_wr_state = wr_state;
1418 itx->itx_private = zv;
1421 itx->itx_sync = B_FALSE;
1423 zil_itx_assign(zilog, itx, t
2050 itx_t *itx; local
[all...]
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzil.h367 typedef struct itx { struct
404 extern void zil_itx_destroy(itx_t *itx);
405 extern void zil_itx_assign(zilog_t *zilog, itx_t *itx, dmu_tx_t *tx);
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c1328 itx_t *itx; local
1333 itx = zil_itx_create(TX_CREATE, sizeof (*lr) + namesize);
1334 bcopy(&lr->lr_common + 1, &itx->itx_lr + 1,
1337 zil_itx_assign(zd->zd_zilog, itx, tx);
1345 itx_t *itx; local
1350 itx = zil_itx_create(TX_REMOVE, sizeof (*lr) + namesize);
1351 bcopy(&lr->lr_common + 1, &itx->itx_lr + 1,
1354 itx->itx_oid = object;
1355 zil_itx_assign(zd->zd_zilog, itx, tx);
1361 itx_t *itx; local
1393 itx_t *itx; local
1409 itx_t *itx; local
[all...]

Completed in 176 milliseconds