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

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzil_impl.h58 typedef struct itxs { struct
59 list_t i_sync_list; /* list of synchronous itxs */
60 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 */
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzil.c490 * to cleanup the itxs at the end of spa_sync().
1213 * Free up the sync and async itxs. The itxs_t has already been detached
1217 zil_itxg_clean(itxs_t *itxs) argument
1225 list = &itxs->i_sync_list;
1233 t = &itxs->i_async_tree;
1246 kmem_free(itxs, sizeof (itxs_t));
1315 itxs_t *itxs, *clean = NULL; local
1340 itxs = itxg->itxg_itxs;
1342 if (itxs != NULL) {
1345 * this itxg. Save the itxs fo
[all...]

Completed in 105 milliseconds