Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/openzfs/include/sys/
H A Dzil_impl.h218 list_t zl_itx_commit_list; /* itx list to be committed */ member
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Dzil.c2663 * committed, and move them onto the ZIL's zl_itx_commit_list. in zil_get_commit_list()
2669 list_t *commit_list = &zilog->zl_itx_commit_list; in zil_get_commit_list()
2693 * If we're adding itx records to the zl_itx_commit_list, in zil_get_commit_list()
2697 * to the zl_itx_commit_list we must commit it to disk even in zil_get_commit_list()
2804 while ((itx = list_head(&zilog->zl_itx_commit_list)) != NULL) { in zil_commit_writer_stall()
2827 list_remove(&zilog->zl_itx_commit_list, itx); in zil_commit_writer_stall()
2866 if (!list_is_empty(&zilog->zl_itx_commit_list) || in zil_process_commit_list()
2904 if (list_is_empty(&zilog->zl_itx_commit_list)) in zil_process_commit_list()
2940 while ((itx = list_remove_head(&zilog->zl_itx_commit_list)) != NULL) { in zil_process_commit_list()
3888 list_create(&zilog->zl_itx_commit_list, sizeo in zil_free()
[all...]