Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzil_impl.h122 list_t zl_itx_commit_list; /* itx list to be committed */ member
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzil.c1419 list_t *commit_list = &zilog->zl_itx_commit_list; in zil_get_commit_list()
1531 if (list_head(&zilog->zl_itx_commit_list) == NULL) { in zil_commit_writer()
1545 while (itx = list_head(&zilog->zl_itx_commit_list)) { in zil_commit_writer()
1557 list_remove(&zilog->zl_itx_commit_list, itx); in zil_commit_writer()
1772 list_create(&zilog->zl_itx_commit_list, sizeof (itx_t), in zil_alloc()
1802 ASSERT(list_is_empty(&zilog->zl_itx_commit_list)); in zil_free()
1803 list_destroy(&zilog->zl_itx_commit_list); in zil_free()