Home
last modified time | relevance | path

Searched defs:itxs (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil_impl.h139 typedef struct itxs { struct
140 list_t i_sync_list; /* list of synchronous itxs */ argument
141 avl_tree_t i_async_tree; /* tree of foids for async itxs */ argument
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c1686 zil_itxg_clean(itxs_t *itxs) in zil_itxg_clean()
1802 itxs_t *itxs, *clean = NULL; in zil_itx_assign() local