Searched refs:unflushed_blocks (Results 1 – 1 of 1) sorted by relevance
116 struct list_head unflushed_blocks; member 527 INIT_LIST_HEAD(&lc->unflushed_blocks); in log_writes_ctr() 616 list_splice_init(&lc->unflushed_blocks, &lc->logging_blocks); in log_writes_dtr() 630 WARN_ON(!list_empty(&lc->unflushed_blocks)); in log_writes_dtr() 718 list_splice_init(&lc->unflushed_blocks, &block->list); in log_writes_map() 758 list_splice_init(&lc->unflushed_blocks, &block->list); in log_writes_map() 785 list_add_tail(&block->list, &lc->unflushed_blocks); in normal_end_io()