Home
last modified time | relevance | path

Searched refs:md_flush_request (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/md/
H A Dmd-linear.c242 && md_flush_request(mddev, bio)) in linear_make_request()
H A Draid0.c600 && md_flush_request(mddev, bio)) in raid0_make_request()
H A Draid1.c1694 && md_flush_request(mddev, bio)) in raid1_make_request()
H A Dmd.c588 bool md_flush_request(struct mddev *mddev, struct bio *bio) in md_flush_request() function
621 EXPORT_SYMBOL(md_flush_request);
H A Draid10.c1873 && md_flush_request(mddev, bio)) in raid10_make_request()
H A Draid5.c6101 if (md_flush_request(mddev, bi)) in raid5_make_request()