Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Dmd-linear.c225 && md_flush_request(mddev, bio)) in linear_make_request()
H A Dmd-multipath.c108 && md_flush_request(mddev, bio)) in multipath_make_request()
H A Dmd.h716 extern bool __must_check md_flush_request(struct mddev *mddev, struct bio *bio);
H A Draid0.c532 && md_flush_request(mddev, bio)) in raid0_make_request()
H A Draid1.c1554 && md_flush_request(mddev, bio)) in raid1_make_request()
H A Dmd.c636 bool md_flush_request(struct mddev *mddev, struct bio *bio) in md_flush_request() function
666 EXPORT_SYMBOL(md_flush_request);
H A Draid10.c1513 && md_flush_request(mddev, bio)) in raid10_make_request()
H A Draid5.c5782 if (md_flush_request(mddev, bi)) in raid5_make_request()