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

/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzil_impl.h56 typedef struct itxs { struct
57 list_t i_sync_list; /* list of synchronous itxs */
58 avl_tree_t i_async_tree; /* tree of foids for async itxs */
65 itxs_t *itxg_itxs; /* sync and async itxs */
68 /* for async nodes we build up an AVL tree of lists of async itxs per file */
71 list_t ia_list; /* list of async itxs for this foid */
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzil.c481 * to cleanup the itxs at the end of spa_sync().
1164 * Free up the sync and async itxs. The itxs_t has already been detached
1168 zil_itxg_clean(itxs_t *itxs) argument
1176 list = &itxs->i_sync_list;
1184 t = &itxs->i_async_tree;
1197 kmem_free(itxs, sizeof (itxs_t));
1266 itxs_t *itxs, *clean = NULL; local
1291 itxs = itxg->itxg_itxs;
1293 if (itxs != NULL) {
1296 * this itxg. Save the itxs fo
[all...]

Completed in 161 milliseconds