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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil_impl.h58 list_t i_sync_list; /* list of synchronous itxs */ member in struct:itxs
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c1183 list = &itxs->i_sync_list;
1316 list_create(&itxs->i_sync_list, sizeof (itx_t),
1323 list_insert_tail(&itxs->i_sync_list, itx);
1429 list_move_tail(commit_list, &itxg->itxg_itxs->i_sync_list);
1477 list_move_tail(&itxg->itxg_itxs->i_sync_list,
1484 list_move_tail(&itxg->itxg_itxs->i_sync_list,

Completed in 49 milliseconds