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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil_impl.h66 itxs_t *itxg_itxs; /* sync and async itxs */ member in struct:itxg
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c1254 t = &itxg->itxg_itxs->i_async_tree;
1298 itxs = itxg->itxg_itxs;
1310 clean = itxg->itxg_itxs;
1314 itxs = itxg->itxg_itxs = kmem_zalloc(sizeof (itxs_t), KM_SLEEP);
1366 if (itxg->itxg_itxs == NULL || itxg->itxg_txg == ZILTEST_TXG) {
1375 clean_me = itxg->itxg_itxs;
1376 itxg->itxg_itxs = NULL;
1429 list_move_tail(commit_list, &itxg->itxg_itxs->i_sync_list);
1473 t = &itxg->itxg_itxs->i_async_tree;
1477 list_move_tail(&itxg->itxg_itxs
[all...]

Completed in 48 milliseconds