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

/netbsd-current/external/cddl/osnet/dist/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 */
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzil.c487 * to cleanup the itxs at the end of spa_sync().
1202 * Free up the sync and async itxs. The itxs_t has already been detached
1206 zil_itxg_clean(itxs_t *itxs) argument
1214 list = &itxs->i_sync_list;
1222 t = &itxs->i_async_tree;
1235 kmem_free(itxs, sizeof (itxs_t));
1304 itxs_t *itxs, *clean = NULL; local
1329 itxs = itxg->itxg_itxs;
1331 if (itxs != NULL) {
1334 * this itxg. Save the itxs fo
[all...]

Completed in 188 milliseconds