Searched refs:wbi (Results 1 – 1 of 1) sorted by relevance
1607 struct bio *wbi; in ops_run_biodrain() local1616 wbi = dev->written = chosen; in ops_run_biodrain()1620 while (wbi && wbi->bi_iter.bi_sector < in ops_run_biodrain()1622 if (wbi->bi_rw & REQ_FUA) in ops_run_biodrain()1624 if (wbi->bi_rw & REQ_SYNC) in ops_run_biodrain()1626 if (wbi->bi_rw & REQ_DISCARD) in ops_run_biodrain()1629 tx = async_copy_data(1, wbi, &dev->page, in ops_run_biodrain()1637 wbi = r5_next_bio(wbi, dev->sector); in ops_run_biodrain()3464 struct bio *wbi, *wbi2; in handle_stripe_clean_event() local3475 wbi = dev->written; in handle_stripe_clean_event()[all …]