HomeSort by: relevance | last modified time | path
    Searched refs:itxs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zil_impl.h 58 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 */
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zil.c 487 * 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)
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 for release below
    [all...]

Completed in 25 milliseconds