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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil_impl.h57 typedef struct itxs { struct
58 list_t i_sync_list; /* list of synchronous itxs */
59 avl_tree_t i_async_tree; /* tree of foids for async itxs */
66 itxs_t *itxg_itxs; /* sync and async itxs */
69 /* for async nodes we build up an AVL tree of lists of async itxs per file */
72 list_t ia_list; /* list of async itxs for this foid */
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c470 * to cleanup the itxs at the end of spa_sync().
1171 * Free up the sync and async itxs. The itxs_t has already been detached
1175 zil_itxg_clean(itxs_t *itxs) argument
1183 list = &itxs->i_sync_list;
1191 t = &itxs->i_async_tree;
1204 kmem_free(itxs, sizeof (itxs_t));
1273 itxs_t *itxs, *clean = NULL; local
1298 itxs = itxg->itxg_itxs;
1300 if (itxs != NULL) {
1303 * this itxg. Save the itxs fo
[all...]

Completed in 61 milliseconds