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

/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_log.c56 * possibly replay the transaction is saved in it. The itx is then assigned
243 itx_t *itx; local
282 itx = zil_itx_create(txtype, txsize);
284 lr = (lr_create_t *)&itx->itx_lr;
320 lracl = (lr_acl_create_t *)&itx->itx_lr;
344 zil_itx_assign(zilog, itx, tx);
354 itx_t *itx; local
361 itx = zil_itx_create(txtype, sizeof (*lr) + namesize);
362 lr = (lr_remove_t *)&itx->itx_lr;
366 itx
378 itx_t *itx; local
401 itx_t *itx; local
433 itx_t *itx; local
486 itx_t *itx; local
538 itx_t *itx; local
561 itx_t *itx; local
623 itx_t *itx; local
[all...]
H A Dzil.c103 * When running ziltest we want to keep all itx's and so maintain
1048 zil_lwb_commit(zilog_t *zilog, itx_t *itx, lwb_t *lwb) argument
1050 lr_t *lrc = &itx->itx_lr; /* common log record */
1064 if (lrc->lrc_txtype == TX_WRITE && itx->itx_wr_state == WR_NEED_COPY)
1098 if (itx->itx_wr_state != WR_COPIED) {
1103 ASSERT(itx->itx_wr_state == WR_NEED_COPY);
1107 ASSERT(itx->itx_wr_state == WR_INDIRECT);
1111 itx->itx_private, lrw, dbuf, lwb->lwb_zio);
1127 * equal to the itx sequence number because not all transactions
1142 itx_t *itx; local
1157 zil_itx_destroy(itx_t *itx) argument
1169 itx_t *itx; local
1224 itx_t *itx; local
1261 zil_itx_assign(zilog_t *zilog, itx_t *itx, dmu_tx_t *tx) argument
1469 itx_t *itx; local
[all...]
H A Dzvol.c1375 itx_t *itx; local
1396 itx = zil_itx_create(TX_WRITE, sizeof (*lr) +
1398 lr = (lr_write_t *)&itx->itx_lr;
1401 zil_itx_destroy(itx);
1402 itx = zil_itx_create(TX_WRITE, sizeof (*lr));
1403 lr = (lr_write_t *)&itx->itx_lr;
1407 itx->itx_wr_state = write_state;
1409 itx->itx_sod += len;
1416 itx->itx_private = zv;
1417 itx
2046 itx_t *itx; local
[all...]
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzil.h366 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.3-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c1317 itx_t *itx; local
1322 itx = zil_itx_create(TX_CREATE, sizeof (*lr) + namesize);
1323 bcopy(&lr->lr_common + 1, &itx->itx_lr + 1,
1326 zil_itx_assign(zd->zd_zilog, itx, tx);
1334 itx_t *itx; local
1339 itx = zil_itx_create(TX_REMOVE, sizeof (*lr) + namesize);
1340 bcopy(&lr->lr_common + 1, &itx->itx_lr + 1,
1343 itx->itx_oid = object;
1344 zil_itx_assign(zd->zd_zilog, itx, tx);
1350 itx_t *itx; local
1383 itx_t *itx; local
1399 itx_t *itx; local
[all...]

Completed in 186 milliseconds