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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil_impl.h60 } itxs_t; typedef in typeref:struct:itxs
66 itxs_t *itxg_itxs; /* sync and async itxs */
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c1171 * Free up the sync and async itxs. The itxs_t has already been detached
1175 zil_itxg_clean(itxs_t *itxs)
1204 kmem_free(itxs, sizeof (itxs_t));
1273 itxs_t *itxs, *clean = NULL;
1314 itxs = itxg->itxg_itxs = kmem_zalloc(sizeof (itxs_t), KM_SLEEP);
1363 itxs_t *clean_me;

Completed in 48 milliseconds