itxs_t
itxs_t *itxg_itxs; /* sync and async itxs */
zil_itxg_clean(itxs_t *itxs)
kmem_free(itxs, sizeof (itxs_t));
itxs_t *itxs, *clean = NULL;
itxs = itxg->itxg_itxs = kmem_zalloc(sizeof (itxs_t), KM_SLEEP);
itxs_t *clean_me;