Searched refs:clean_list (Results 1 – 2 of 2) sorted by relevance
1211 list_t clean_list; in zil_remove_async() local1215 list_create(&clean_list, sizeof (itx_t), offsetof(itx_t, itx_node)); in zil_remove_async()1237 list_move_tail(&clean_list, &ian->ia_list); in zil_remove_async()1240 while ((itx = list_head(&clean_list)) != NULL) { in zil_remove_async()1241 list_remove(&clean_list, itx); in zil_remove_async()1245 list_destroy(&clean_list); in zil_remove_async()
957 struct clean_list { in clean_dr_list() struct958 struct clean_list *next; in clean_dr_list() argument