Lines Matching refs:flush
38 struct delay_class flush;
132 if (dc->flush.dev)
133 dm_put_device(ti, dc->flush.dev);
206 ret = delay_class_ctr(ti, &dc->flush, argv);
216 ret = delay_class_ctr(ti, &dc->flush, argv + 3);
222 ret = delay_class_ctr(ti, &dc->flush, argv + 6);
299 c = &dc->flush;
323 DMEMIT("%u %u %u", dc->read.ops, dc->write.ops, dc->flush.ops);
334 DMEMIT_DELAY_CLASS(&dc->flush);
356 ret = fn(ti, dc->flush.dev, dc->flush.start, ti->len, data);