Home
last modified time | relevance | path

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.h142 } itxs_t; typedef
147 itxs_t *itxg_itxs; /* sync and async itxs */
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c1686 zil_itxg_clean(itxs_t *itxs) in zil_itxg_clean()
1737 kmem_free(itxs, sizeof (itxs_t)); in zil_itxg_clean()
1802 itxs_t *itxs, *clean = NULL; in zil_itx_assign()
1830 itxs = itxg->itxg_itxs = kmem_zalloc(sizeof (itxs_t), KM_SLEEP); in zil_itx_assign()
1885 itxs_t *clean_me; in zil_clean()