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

/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil_impl.h120 list_t zl_itx_commit_list; /* itx list to be committed */ member in struct:zilog
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c1307 * Get the list of itxs to commit into zl_itx_commit_list.
1313 list_t *commit_list = &zilog->zl_itx_commit_list;
1410 if (list_head(&zilog->zl_itx_commit_list) == NULL) {
1424 while (itx = list_head(&zilog->zl_itx_commit_list)) {
1430 list_remove(&zilog->zl_itx_commit_list, itx);
1645 list_create(&zilog->zl_itx_commit_list, sizeof (itx_t),
1683 ASSERT(list_is_empty(&zilog->zl_itx_commit_list));
1684 list_destroy(&zilog->zl_itx_commit_list);

Completed in 108 milliseconds