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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil_impl.h122 list_t zl_itx_commit_list; /* itx list to be committed */ member in struct:zilog
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c1391 * Get the list of itxs to commit into zl_itx_commit_list.
1397 list_t *commit_list = &zilog->zl_itx_commit_list;
1420 * If we're adding itx records to the zl_itx_commit_list,
1424 * to the zl_itx_commit_list we must commit it to disk even
1513 if (list_head(&zilog->zl_itx_commit_list) == NULL) {
1527 while (itx = list_head(&zilog->zl_itx_commit_list)) {
1539 list_remove(&zilog->zl_itx_commit_list, itx);
1754 list_create(&zilog->zl_itx_commit_list, sizeof (itx_t),
1784 ASSERT(list_is_empty(&zilog->zl_itx_commit_list));
1785 list_destroy(&zilog->zl_itx_commit_list);
[all...]

Completed in 62 milliseconds