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

/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil_impl.h49 list_node_t lwb_node; /* zilog->zl_lwb_list linkage */
123 list_t zl_lwb_list; /* in-flight log write list */ member in struct:zilog
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c450 list_insert_tail(&zilog->zl_lwb_list, lwb);
561 if (!list_is_empty(&zilog->zl_lwb_list)) {
564 while ((lwb = list_head(&zilog->zl_lwb_list)) != NULL) {
565 list_remove(&zilog->zl_lwb_list, lwb);
1418 lwb = list_tail(&zilog->zl_lwb_list);
1555 ASSERT(list_head(&zilog->zl_lwb_list) == NULL);
1574 while ((lwb = list_head(&zilog->zl_lwb_list)) != NULL) {
1578 list_remove(&zilog->zl_lwb_list, lwb);
1588 if (list_head(&zilog->zl_lwb_list) == NULL)
1642 list_create(&zilog->zl_lwb_list, sizeo
[all...]

Completed in 81 milliseconds