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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzil_impl.h137 typedef struct itxs { struct
138 list_t i_sync_list; /* list of synchronous itxs */
139 avl_tree_t i_async_tree; /* tree of foids for async itxs */
145 itxs_t *itxg_itxs; /* sync and async itxs */
148 /* for async nodes we build up an AVL tree of lists of async itxs per file */
151 list_t ia_list; /* list of async itxs for this foid */
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzil.c46 * The ZFS Intent Log (ZIL) saves "transaction records" (itxs) of system
57 * In the event of a crash or power loss, the itxs contained by each
563 * to cleanup the itxs at the end of spa_sync().
1157 * accept new itxs being committed to it. To do this, the lwb's zio
1613 * Free up the sync and async itxs. The itxs_t has already been detached
1617 zil_itxg_clean(itxs_t *itxs) argument
1625 list = &itxs->i_sync_list;
1628 * In the general case, commit itxs will not be found
1631 * said that, it is still possible for commit itxs to be
1654 t = &itxs
1733 itxs_t *itxs, *clean = NULL; local
[all...]

Completed in 60 milliseconds