Lines Matching defs:opf
218 unsigned short max_vecs, blk_opf_t opf)
222 bio->bi_opf = opf;
266 * @opf: operation and flags for bio
274 void bio_reset(struct bio *bio, struct block_device *bdev, blk_opf_t opf)
285 bio->bi_opf = opf;
292 * @opf: operation and flags for the next I/O
304 void bio_reuse(struct bio *bio, blk_opf_t opf)
314 bio_reset(bio, bio->bi_bdev, opf);
382 unsigned int nr_pages, blk_opf_t opf, gfp_t gfp)
384 return bio_chain_and_submit(bio, bio_alloc(bdev, nr_pages, opf, gfp));
505 * @opf: operation and flags for bio
536 blk_opf_t opf, gfp_t gfp, struct bio_set *bs)
554 opf |= REQ_ALLOC_CACHE;
557 opf &= ~REQ_ALLOC_CACHE;
592 opf &= ~REQ_ALLOC_CACHE;
603 bio_init_inline(bio, bdev, nr_vecs, opf);
605 bio_init(bio, bdev, bvecs, nr_vecs, opf);