Searched refs:lrc_txtype (Results 1 – 10 of 10) sorted by relevance
111 __field(uint64_t, lrc_txtype) \123 __entry->lrc_txtype = itx->itx_lr.lrc_txtype; \135 __entry->lrc_txtype, __entry->lrc_reclen, __entry->lrc_txg, \
712 switch (lrc->lrc_txtype) { in zil_claim_log_record()790 switch (lrc->lrc_txtype) { in zil_free_log_record()2105 if (lr->lrc_txtype == TX_COMMIT) in zil_itx_record_size()2117 if (lr->lrc_txtype == TX_WRITE && itx->itx_wr_state == WR_NEED_COPY) { in zil_itx_data_size()2130 if (lr->lrc_txtype == TX_COMMIT) in zil_itx_full_size()2171 if (lr->lrc_txtype == TX_COMMIT) { in zil_lwb_assign()2213 ASSERT3U(lr->lrc_txtype, ==, TX_WRITE); in zil_lwb_assign()2246 if (lr->lrc_txtype == TX_WRITE && in zil_lwb_assign()2268 if (lr->lrc_txtype == TX_COMMIT) in zil_lwb_commit()2285 if (lr->lrc_txtype == TX_WRITE) { in zil_lwb_commit()[all …]
314 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create_acl()361 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create_acl()476 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create()510 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create()627 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_remove()630 switch ((int)lr->lr_common.lrc_txtype) { in zfs_replay_remove()669 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_link()704 if (lr->lr_common.lrc_txtype & TX_CI) in do_zfs_replay_rename()
104 if (lrc->lrc_txtype == TX_WRITE) { in traverse_zil_record()
1240 lr->lr_common.lrc_txtype = TX_WRITE2; in zfs_get_data()
1789 if (lrc->lrc_txtype == TX_WRITE) { in dsl_scan_zil_record()
75 if (lr->lr_common.lrc_txtype == TX_CREATE_ATTR || in zil_prt_rec_create()76 lr->lr_common.lrc_txtype == TX_MKDIR_ATTR) { in zil_prt_rec_create()428 txtype = lr->lrc_txtype; in print_log_record()434 (lr->lrc_txtype & TX_CI) ? "CI-" : "", in print_log_record()
1287 txtype = BSWAP_64(lr->lrc_txtype); in zio_crypt_init_uios_zil()1290 txtype = lr->lrc_txtype; in zio_crypt_init_uios_zil()1327 txtype = lr->lrc_txtype; in zio_crypt_init_uios_zil()1330 txtype = BSWAP_64(lr->lrc_txtype); in zio_crypt_init_uios_zil()
1445 txtype = lr->lrc_txtype; in zio_crypt_init_uios_zil()1448 txtype = BSWAP_64(lr->lrc_txtype); in zio_crypt_init_uios_zil()1499 txtype = lr->lrc_txtype; in zio_crypt_init_uios_zil()1502 txtype = BSWAP_64(lr->lrc_txtype); in zio_crypt_init_uios_zil()
217 uint64_t lrc_txtype; /* intent log transaction type */ member