/linux-6.3-rc2/arch/sparc/kernel/ |
A D | visemul.c | 307 switch (opf) { in edge() 352 switch (opf) { in edge() 394 switch (opf) { in array() 484 switch (opf) { in pformat() 594 switch (opf) { in pmul() 715 switch (opf) { in pcmp() 807 unsigned int opf; in vis_emul() local 822 switch (opf) { in vis_emul() 843 pmul(regs, insn, opf); in vis_emul() 855 pcmp(regs, insn, opf); in vis_emul() [all …]
|
/linux-6.3-rc2/drivers/md/ |
A D | dm-io.c | 306 static void do_region(const blk_opf_t opf, unsigned int region, in do_region() argument 319 const enum req_op op = opf & REQ_OP_MASK; in do_region() 353 bio = bio_alloc_bioset(where->bdev, num_bvecs, opf, GFP_NOIO, in do_region() 394 opf |= REQ_SYNC; in dispatch_io() 402 if (where[i].count || (opf & REQ_PREFLUSH)) in dispatch_io() 403 do_region(opf, i, where + i, dp, io); in dispatch_io() 433 if (num_regions > 1 && !op_is_write(opf)) { in sync_io() 450 dispatch_io(opf, num_regions, where, dp, io, 1); in sync_io() 461 struct dm_io_region *where, blk_opf_t opf, in async_io() argument 466 if (num_regions > 1 && !op_is_write(opf)) { in async_io() [all …]
|
A D | dm-snap-persistent.c | 232 static int chunk_io(struct pstore *ps, void *area, chunk_t chunk, blk_opf_t opf, in chunk_io() argument 241 .bi_opf = opf, in chunk_io() 288 static int area_io(struct pstore *ps, blk_opf_t opf) in area_io() argument 292 return chunk_io(ps, ps->area, chunk, opf, 0); in area_io()
|
/linux-6.3-rc2/block/ |
A D | blk-cgroup-rwstat.h | 62 blk_opf_t opf, uint64_t val) in blkg_rwstat_add() argument 66 if (op_is_discard(opf)) in blkg_rwstat_add() 68 else if (op_is_write(opf)) in blkg_rwstat_add() 75 if (op_is_sync(opf)) in blkg_rwstat_add()
|
A D | fops.c | 37 blk_opf_t opf = REQ_OP_WRITE | REQ_SYNC | REQ_IDLE; in dio_bio_write_op() local 41 opf |= REQ_FUA; in dio_bio_write_op() 42 return opf; in dio_bio_write_op() 178 blk_opf_t opf = is_read ? REQ_OP_READ : dio_bio_write_op(iocb); in __blkdev_direct_IO() local 186 opf |= REQ_ALLOC_CACHE; in __blkdev_direct_IO() 187 bio = bio_alloc_bioset(bdev, nr_pages, opf, GFP_KERNEL, in __blkdev_direct_IO() 259 bio = bio_alloc(bdev, nr_pages, opf, GFP_KERNEL); in __blkdev_direct_IO() 315 blk_opf_t opf = is_read ? REQ_OP_READ : dio_bio_write_op(iocb); in __blkdev_direct_IO_async() local 325 opf |= REQ_ALLOC_CACHE; in __blkdev_direct_IO_async() 326 bio = bio_alloc_bioset(bdev, nr_pages, opf, GFP_KERNEL, in __blkdev_direct_IO_async()
|
A D | blk-mq.h | 89 static inline enum hctx_type blk_mq_get_hctx_type(blk_opf_t opf) in blk_mq_get_hctx_type() argument 96 if (opf & REQ_POLLED) in blk_mq_get_hctx_type() 98 else if ((opf & REQ_OP_MASK) == REQ_OP_READ) in blk_mq_get_hctx_type() 110 blk_opf_t opf, in blk_mq_map_queue() argument 113 return ctx->hctxs[blk_mq_get_hctx_type(opf)]; in blk_mq_map_queue()
|
A D | blk-wbt.c | 544 static inline unsigned int get_limit(struct rq_wb *rwb, blk_opf_t opf) in get_limit() argument 555 if ((opf & REQ_OP_MASK) == REQ_OP_DISCARD) in get_limit() 566 if ((opf & REQ_HIPRIO) || wb_recent_wait(rwb) || current_is_kswapd()) in get_limit() 568 else if ((opf & REQ_BACKGROUND) || close_io(rwb)) { in get_limit() 583 blk_opf_t opf; member 589 return rq_wait_inc_below(rqw, get_limit(data->rwb, data->opf)); in wbt_inflight_cb() 603 blk_opf_t opf) in __wbt_wait() argument 609 .opf = opf, in __wbt_wait()
|
A D | bio.c | 247 unsigned short max_vecs, blk_opf_t opf) in bio_init() argument 251 bio->bi_opf = opf; in bio_init() 308 bio->bi_opf = opf; in bio_reset() 349 unsigned int nr_pages, blk_opf_t opf, gfp_t gfp) in blk_next_bio() argument 433 unsigned short nr_vecs, blk_opf_t opf, gfp_t gfp, in bio_alloc_percpu_cache() argument 493 blk_opf_t opf, gfp_t gfp_mask, in bio_alloc_bioset() argument 504 if (opf & REQ_ALLOC_CACHE) { in bio_alloc_bioset() 515 opf &= ~REQ_ALLOC_CACHE; in bio_alloc_bioset() 552 opf &= ~REQ_ALLOC_CACHE; in bio_alloc_bioset() 567 bio_init(bio, bdev, bvl, nr_vecs, opf); in bio_alloc_bioset() [all …]
|
A D | bfq-cgroup.c | 223 blk_opf_t opf) in bfqg_stats_update_io_add() argument 225 blkg_rwstat_add(&bfqg->stats.queued, opf, 1); in bfqg_stats_update_io_add() 231 void bfqg_stats_update_io_remove(struct bfq_group *bfqg, blk_opf_t opf) in bfqg_stats_update_io_remove() argument 233 blkg_rwstat_add(&bfqg->stats.queued, opf, -1); in bfqg_stats_update_io_remove() 236 void bfqg_stats_update_io_merged(struct bfq_group *bfqg, blk_opf_t opf) in bfqg_stats_update_io_merged() argument 238 blkg_rwstat_add(&bfqg->stats.merged, opf, 1); in bfqg_stats_update_io_merged() 242 u64 io_start_time_ns, blk_opf_t opf) in bfqg_stats_update_completion() argument 248 blkg_rwstat_add(&stats->service_time, opf, in bfqg_stats_update_completion() 251 blkg_rwstat_add(&stats->wait_time, opf, in bfqg_stats_update_completion() 257 void bfqg_stats_update_io_remove(struct bfq_group *bfqg, blk_opf_t opf) { } in bfqg_stats_update_io_remove() argument [all …]
|
A D | bfq-iosched.h | 1072 void bfqg_stats_update_io_remove(struct bfq_group *bfqg, blk_opf_t opf); 1073 void bfqg_stats_update_io_merged(struct bfq_group *bfqg, blk_opf_t opf); 1075 u64 io_start_time_ns, blk_opf_t opf); 1083 blk_opf_t opf);
|
/linux-6.3-rc2/drivers/scsi/device_handler/ |
A D | scsi_dh_hp_sw.c | 86 blk_opf_t opf = REQ_OP_DRV_IN | REQ_FAILFAST_DEV | in hp_sw_tur() local 93 res = scsi_execute_cmd(sdev, cmd, opf, NULL, 0, HP_SW_TIMEOUT, in hp_sw_tur() 127 blk_opf_t opf = REQ_OP_DRV_IN | REQ_FAILFAST_DEV | in hp_sw_start_stop() local 134 res = scsi_execute_cmd(sdev, cmd, opf, NULL, 0, HP_SW_TIMEOUT, in hp_sw_start_stop()
|
A D | scsi_dh_emc.c | 242 blk_opf_t opf = REQ_OP_DRV_OUT | REQ_FAILFAST_DEV | in send_trespass_cmd() local 269 err = scsi_execute_cmd(sdev, cdb, opf, csdev->buffer, len, in send_trespass_cmd()
|
/linux-6.3-rc2/drivers/nvme/target/ |
A D | io-cmd-bdev.c | 248 blk_opf_t opf; in nvmet_bdev_execute_rw() local 263 opf = REQ_OP_WRITE | REQ_SYNC | REQ_IDLE; in nvmet_bdev_execute_rw() 265 opf |= REQ_FUA; in nvmet_bdev_execute_rw() 268 opf = REQ_OP_READ; in nvmet_bdev_execute_rw() 273 opf |= REQ_NOMERGE; in nvmet_bdev_execute_rw() 280 ARRAY_SIZE(req->inline_bvec), opf); in nvmet_bdev_execute_rw() 282 bio = bio_alloc(req->ns->bdev, bio_max_segs(sg_cnt), opf, in nvmet_bdev_execute_rw() 309 opf, GFP_KERNEL); in nvmet_bdev_execute_rw()
|
/linux-6.3-rc2/fs/ |
A D | direct-io.c | 169 const enum req_op dio_op = dio->opf & REQ_OP_MASK; in dio_refill_pages() 236 const enum req_op dio_op = dio->opf & REQ_OP_MASK; in dio_complete() 332 const enum req_op dio_op = dio->opf & REQ_OP_MASK; in dio_bio_end_aio() 419 const enum req_op dio_op = dio->opf & REQ_OP_MASK; in dio_bio_submit() 495 const enum req_op dio_op = dio->opf & REQ_OP_MASK; in dio_bio_complete() 599 const enum req_op dio_op = dio->opf & REQ_OP_MASK; in get_more_blocks() 782 const enum req_op dio_op = dio->opf & REQ_OP_MASK; in submit_page_section() 899 const enum req_op dio_op = dio->opf & REQ_OP_MASK; in do_direct_IO() 1179 dio->opf = REQ_OP_WRITE | REQ_SYNC | REQ_IDLE; in __blockdev_direct_IO() 1181 dio->opf |= REQ_NOWAIT; in __blockdev_direct_IO() [all …]
|
A D | mpage.c | 150 blk_opf_t opf = REQ_OP_READ; in do_mpage_readpage() local 159 opf |= REQ_RAHEAD; in do_mpage_readpage() 272 args->bio = bio_alloc(bdev, bio_max_segs(args->nr_pages), opf, in do_mpage_readpage()
|
/linux-6.3-rc2/drivers/target/ |
A D | target_core_iblock.c | 350 blk_opf_t opf) in iblock_get_bio() argument 359 bio = bio_alloc_bioset(ib_dev->ibd_bd, bio_max_segs(sg_num), opf, in iblock_get_bio() 730 blk_opf_t opf; in iblock_execute_rw() local 742 opf = REQ_OP_WRITE; in iblock_execute_rw() 746 opf |= REQ_FUA; in iblock_execute_rw() 748 opf |= REQ_FUA; in iblock_execute_rw() 751 opf = REQ_OP_READ; in iblock_execute_rw() 766 bio = iblock_get_bio(cmd, block_lba, sgl_nents, opf); in iblock_execute_rw() 799 bio = iblock_get_bio(cmd, block_lba, sg_num, opf); in iblock_execute_rw()
|
/linux-6.3-rc2/fs/hfsplus/ |
A D | wrapper.c | 48 void *buf, void **data, blk_opf_t opf) in hfsplus_submit_bio() argument 50 const enum req_op op = opf & REQ_OP_MASK; in hfsplus_submit_bio() 67 bio = bio_alloc(sb->s_bdev, 1, opf, GFP_NOIO); in hfsplus_submit_bio()
|
/linux-6.3-rc2/fs/nilfs2/ |
A D | btnode.c | 73 sector_t pblocknr, blk_opf_t opf, in nilfs_btnode_submit_block() argument 106 if (opf & REQ_RAHEAD) { in nilfs_btnode_submit_block() 125 submit_bh(opf, bh); in nilfs_btnode_submit_block()
|
A D | mdt.c | 114 nilfs_mdt_submit_block(struct inode *inode, unsigned long blkoff, blk_opf_t opf, in nilfs_mdt_submit_block() argument 129 if (opf & REQ_RAHEAD) { in nilfs_mdt_submit_block() 151 submit_bh(opf, bh); in nilfs_mdt_submit_block() 155 opf & REQ_OP_MASK); in nilfs_mdt_submit_block()
|
/linux-6.3-rc2/kernel/trace/ |
A D | blktrace.c | 236 what |= MASK_TC_BIT(opf, SYNC); in __blk_add_trace() 237 what |= MASK_TC_BIT(opf, RAHEAD); in __blk_add_trace() 238 what |= MASK_TC_BIT(opf, META); in __blk_add_trace() 239 what |= MASK_TC_BIT(opf, PREFLUSH); in __blk_add_trace() 240 what |= MASK_TC_BIT(opf, FUA); in __blk_add_trace() 1880 if (opf & REQ_PREFLUSH) in blk_fill_rwbs() 1883 switch (opf & REQ_OP_MASK) { in blk_fill_rwbs() 1904 if (opf & REQ_FUA) in blk_fill_rwbs() 1906 if (opf & REQ_RAHEAD) in blk_fill_rwbs() 1908 if (opf & REQ_SYNC) in blk_fill_rwbs() [all …]
|
/linux-6.3-rc2/drivers/block/ |
A D | brd.c | 255 unsigned int len, unsigned int off, blk_opf_t opf, in brd_do_bvec() argument 261 if (op_is_write(opf)) { in brd_do_bvec() 266 gfp_t gfp = opf & REQ_NOWAIT ? GFP_NOWAIT : GFP_NOIO; in brd_do_bvec() 274 if (!op_is_write(opf)) { in brd_do_bvec()
|
/linux-6.3-rc2/include/linux/ |
A D | bio.h | 412 blk_opf_t opf, gfp_t gfp_mask, 425 unsigned short nr_vecs, blk_opf_t opf, gfp_t gfp_mask) in bio_alloc() argument 427 return bio_alloc_bioset(bdev, nr_vecs, opf, gfp_mask, &fs_bio_set); in bio_alloc() 463 unsigned short max_vecs, blk_opf_t opf); 465 void bio_reset(struct bio *bio, struct block_device *bdev, blk_opf_t opf); 795 unsigned int nr_pages, blk_opf_t opf, gfp_t gfp);
|
A D | blktrace_api.h | 109 void blk_fill_rwbs(char *rwbs, blk_opf_t opf);
|
/linux-6.3-rc2/fs/btrfs/ |
A D | bio.h | 78 struct bio *btrfs_bio_alloc(unsigned int nr_vecs, blk_opf_t opf,
|
/linux-6.3-rc2/fs/gfs2/ |
A D | lops.h | 19 extern void gfs2_log_submit_bio(struct bio **biop, blk_opf_t opf);
|