Searched refs:itxg_sod (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil_impl.h65 uint64_t itxg_sod; /* total size on disk for this txg */ member in struct:itxg
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c1308 atomic_add_64(&zilog->zl_itx_list_sz, -itxg->itxg_sod);
1309 itxg->itxg_sod = 0;
1312 ASSERT(itxg->itxg_sod == 0);
1325 itxg->itxg_sod += itx->itx_sod;
1373 atomic_add_64(&zilog->zl_itx_list_sz, -itxg->itxg_sod);
1374 itxg->itxg_sod = 0;
1430 push_sod += itxg->itxg_sod;
1431 itxg->itxg_sod = 0;

Completed in 106 milliseconds