Lines Matching refs:submit_bio
290 * that its ->submit_bio will not re-add plugging prior to calling
926 if (!disk->fops->submit_bio)
928 ret = disk->fops->submit_bio(bio);
942 * bio_list of new bios to be added. ->submit_bio() may indeed add some more
946 * pretending) and so remove it from bio_list, and call into ->submit_bio()
949 * bio_list_on_stack[0] contains bios submitted by the current ->submit_bio.
1032 * This is a version of submit_bio() that shall only be used for I/O that is
1035 * submit_bio() instead.
1043 * We only want one ->submit_bio to be active at a time, else stack
1045 * to collect a list of requests submited by a ->submit_bio method while
1053 if (!bio->bi_disk->fops->submit_bio)
1060 * submit_bio - submit a bio to the block device layer for I/O
1063 * submit_bio() is used to submit I/O requests to block devices. It is passed a
1072 blk_qc_t submit_bio(struct bio *bio)
1117 EXPORT_SYMBOL(submit_bio);