Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzil.c1803 list_t clean_list; in zil_remove_async() local
1807 list_create(&clean_list, sizeof (itx_t), offsetof(itx_t, itx_node)); in zil_remove_async()
1829 list_move_tail(&clean_list, &ian->ia_list); in zil_remove_async()
1832 while ((itx = list_head(&clean_list)) != NULL) { in zil_remove_async()
1833 list_remove(&clean_list, itx); in zil_remove_async()
1838 list_destroy(&clean_list); in zil_remove_async()