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

/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil_impl.h58 } itxs_t; typedef in typeref:struct:itxs
64 itxs_t *itxg_itxs; /* sync and async itxs */
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c1093 * Free up the sync and async itxs. The itxs_t has already been detached
1097 zil_itxg_clean(itxs_t *itxs)
1126 kmem_free(itxs, sizeof (itxs_t));
1195 itxs_t *itxs, *clean = NULL;
1234 itxs = itxg->itxg_itxs = kmem_zalloc(sizeof (itxs_t), KM_SLEEP);
1279 itxs_t *clean_me;

Completed in 43 milliseconds