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

/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil_impl.h55 typedef struct itxs { struct
56 list_t i_sync_list; /* list of synchronous itxs */
57 avl_tree_t i_async_tree; /* tree of foids for async itxs */
64 itxs_t *itxg_itxs; /* sync and async itxs */
67 /* for async nodes we build up an AVL tree of lists of async itxs per file */
70 list_t ia_list; /* list of async itxs for this foid */
/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) argument
1105 list = &itxs->i_sync_list;
1113 t = &itxs->i_async_tree;
1126 kmem_free(itxs, sizeof (itxs_t));
1195 itxs_t *itxs, *clean = NULL; local
1220 itxs = itxg->itxg_itxs;
1222 if (itxs != NULL) {
1225 * this itxg. Save the itxs for release below.
1234 itxs
[all...]

Completed in 104 milliseconds