Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Draid5-cache.c294 struct bio *wbi, *wbi2; in r5c_return_dev_pending_writes() local
296 wbi = dev->written; in r5c_return_dev_pending_writes()
298 while (wbi && wbi->bi_iter.bi_sector < in r5c_return_dev_pending_writes()
300 wbi2 = r5_next_bio(conf, wbi, dev->sector); in r5c_return_dev_pending_writes()
302 bio_endio(wbi); in r5c_return_dev_pending_writes()
303 wbi = wbi2; in r5c_return_dev_pending_writes()
H A Draid5.c1946 struct bio *wbi; in ops_run_biodrain() local
1960 wbi = dev->written = chosen; in ops_run_biodrain()
1964 while (wbi && wbi->bi_iter.bi_sector < in ops_run_biodrain()
1966 if (wbi->bi_opf & REQ_FUA) in ops_run_biodrain()
1968 if (wbi->bi_opf & REQ_SYNC) in ops_run_biodrain()
1970 if (bio_op(wbi) == REQ_OP_DISCARD) in ops_run_biodrain()
1973 tx = async_copy_data(1, wbi, &dev->page, in ops_run_biodrain()
1984 wbi = r5_next_bio(conf, wbi, dev->sector); in ops_run_biodrain()
4053 struct bio *wbi, *wbi2; in handle_stripe_clean_event() local
4064 wbi = dev->written; in handle_stripe_clean_event()
[all …]