Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dzil_impl.h122 list_t zl_itx_commit_list; /* itx list to be committed */ member
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzil.c1376 list_t *commit_list = &zilog->zl_itx_commit_list; in zil_get_commit_list()
1473 if (list_head(&zilog->zl_itx_commit_list) == NULL) { in zil_commit_writer()
1487 while (itx = list_head(&zilog->zl_itx_commit_list)) { in zil_commit_writer()
1493 list_remove(&zilog->zl_itx_commit_list, itx); in zil_commit_writer()
1708 list_create(&zilog->zl_itx_commit_list, sizeof (itx_t), in zil_alloc()
1738 ASSERT(list_is_empty(&zilog->zl_itx_commit_list)); in zil_free()
1739 list_destroy(&zilog->zl_itx_commit_list); in zil_free()