/linux/arch/sparc/kernel/ |
H A D | visemul.c | 294 static void edge(struct pt_regs *regs, unsigned int insn, unsigned int opf) in edge() 372 static void array(struct pt_regs *regs, unsigned int insn, unsigned int opf) in array() 477 static void pformat(struct pt_regs *regs, unsigned int insn, unsigned int opf) in pformat() 589 static void pmul(struct pt_regs *regs, unsigned int insn, unsigned int opf) in pmul() 705 static void pcmp(struct pt_regs *regs, unsigned int insn, unsigned int opf) in pcmp() 807 unsigned int opf; in vis_emul() local
|
/linux/block/ |
H A D | bfq-cgroup.c | 223 blk_opf_t opf) 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() 236 void bfqg_stats_update_io_merged(struct bfq_group *bfqg, blk_opf_t opf) in bfqg_stats_update_io_merged() 242 u64 io_start_time_ns, blk_opf_t 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() 258 void bfqg_stats_update_io_merged(struct bfq_group *bfqg, blk_opf_t opf) { } in bfqg_stats_update_io_merged() 260 u64 io_start_time_ns, blk_opf_t opf) { } in bfqg_stats_update_completion()
|
H A D | fops.c | 30 blk_opf_t opf = REQ_OP_WRITE | REQ_SYNC | REQ_IDLE; in dio_bio_write_op() local 176 blk_opf_t opf = is_read ? REQ_OP_READ : dio_bio_write_op(iocb); in __blkdev_direct_IO() local 323 blk_opf_t opf = is_read ? REQ_OP_READ : dio_bio_write_op(iocb); in __blkdev_direct_IO_async() local
|
H A D | kyber-iosched.c | 196 static unsigned int kyber_sched_domain(blk_opf_t opf) in kyber_sched_domain() 554 static void kyber_limit_depth(blk_opf_t opf, struct blk_mq_alloc_data *data) in kyber_limit_depth()
|
H A D | blk-mq.c | 571 blk_opf_t opf, in blk_mq_rq_cache_fill() 599 blk_opf_t opf, in blk_mq_alloc_cached_request() 633 struct request *blk_mq_alloc_request(struct request_queue *q, blk_opf_t opf, in blk_mq_alloc_request() 672 blk_opf_t opf, blk_mq_req_flags_t flags, unsigned int hctx_idx) in blk_mq_alloc_request_hctx() 3051 struct request_queue *q, blk_opf_t opf) in blk_mq_peek_cached_request()
|
/linux/drivers/scsi/device_handler/ |
H A D | scsi_dh_hp_sw.c | 83 blk_opf_t opf = REQ_OP_DRV_IN | REQ_FAILFAST_DEV | in hp_sw_tur() local 132 blk_opf_t opf = REQ_OP_DRV_IN | REQ_FAILFAST_DEV | in hp_sw_start_stop() local
|
H A D | scsi_dh_alua.c | 130 blk_opf_t opf = REQ_OP_DRV_IN | REQ_FAILFAST_DEV | in submit_rtpg() local 163 blk_opf_t opf = REQ_OP_DRV_OUT | REQ_FAILFAST_DEV | in submit_stpg() local
|
H A D | scsi_dh_emc.c | 242 blk_opf_t opf = REQ_OP_DRV_OUT | REQ_FAILFAST_DEV | in send_trespass_cmd() local
|
H A D | scsi_dh_rdac.c | 513 blk_opf_t opf = REQ_OP_DRV_OUT | REQ_FAILFAST_DEV | in send_mode_select() local
|
/linux/drivers/block/ |
H A D | brd.c | 58 blk_opf_t opf) in brd_insert_page() 114 blk_opf_t opf = bio->bi_opf; in brd_rw_bvec() local
|
/linux/fs/nilfs2/ |
H A D | btnode.c | 88 sector_t pblocknr, blk_opf_t opf, in nilfs_btnode_submit_block()
|
H A D | mdt.c | 116 nilfs_mdt_submit_block(struct inode *inode, unsigned long blkoff, blk_opf_t opf, in nilfs_mdt_submit_block()
|
/linux/drivers/nvme/target/ |
H A D | io-cmd-bdev.c | 248 blk_opf_t opf; in nvmet_bdev_execute_rw() local
|
H A D | zns.c | 536 const blk_opf_t opf = REQ_OP_ZONE_APPEND | REQ_SYNC | REQ_IDLE; in nvmet_bdev_execute_zone_append() local
|
/linux/drivers/target/ |
H A D | target_core_iblock.c | 349 blk_opf_t opf) in iblock_get_bio() 728 blk_opf_t opf; in iblock_execute_rw() local
|
/linux/drivers/md/ |
H 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() 288 static int area_io(struct pstore *ps, blk_opf_t opf) in area_io()
|
/linux/fs/gfs2/ |
H A D | meta_io.c | 226 static void gfs2_submit_bhs(blk_opf_t opf, struct buffer_head *bhs[], int num) in gfs2_submit_bhs()
|
/linux/fs/iomap/ |
H A D | direct-io.c | 60 struct iomap_dio *dio, unsigned short nr_vecs, blk_opf_t opf) in iomap_dio_alloc_bio()
|
/linux/drivers/md/bcache/ |
H A D | super.c | 416 static void uuid_io(struct cache_set *c, blk_opf_t opf, struct bkey *k, in uuid_io() 590 static void prio_io(struct cache *ca, uint64_t bucket, blk_opf_t opf) in prio_io()
|
/linux/kernel/trace/ |
H A D | blktrace.c | 216 const blk_opf_t opf, u32 what, int error, in __blk_add_trace() 1854 void blk_fill_rwbs(char *rwbs, blk_opf_t opf) in blk_fill_rwbs()
|
/linux/fs/btrfs/ |
H A D | bio.c | 62 struct btrfs_bio *btrfs_bio_alloc(unsigned int nr_vecs, blk_opf_t opf, in btrfs_bio_alloc()
|
/linux/fs/ |
H A D | buffer.c | 2780 static void submit_bh_wbc(blk_opf_t opf, struct buffer_head *bh, in submit_bh_wbc() 2827 void submit_bh(blk_opf_t opf, struct buffer_head *bh) in submit_bh()
|
/linux/include/linux/ |
H A D | bio.h | 370 unsigned short nr_vecs, blk_opf_t opf, gfp_t gfp_mask) in bio_alloc()
|
/linux/kernel/power/ |
H A D | swap.c | 270 hib_submit_io(blk_opf_t opf,pgoff_t page_off,void * addr,struct hib_bio_batch * hb) hib_submit_io() argument
|
/linux/drivers/scsi/ |
H A D | scsi_transport_spi.c | 111 blk_opf_t opf = op | REQ_FAILFAST_DEV | REQ_FAILFAST_TRANSPORT | in spi_execute() local
|