/linux-6.1.9/drivers/md/ |
D | dm-ebs-target.c | 85 if (op == REQ_OP_READ || buf_off || bv_len < dm_bufio_get_block_size(ec->bufio)) in __ebs_rw_bvec() 99 if (op == REQ_OP_READ) { in __ebs_rw_bvec() 195 if (bio_op(bio) == REQ_OP_READ) in __ebs_process_bios() 208 if (bio_op(bio) == REQ_OP_READ) in __ebs_process_bios() 209 r = __ebs_rw_bio(ec, REQ_OP_READ, bio); in __ebs_process_bios()
|
D | dm-zero.c | 39 case REQ_OP_READ: in zero_map()
|
D | dm-kcopyd.c | 421 if (job->op == REQ_OP_READ || in pop_io_job() 574 if (job->op == REQ_OP_READ) in run_io_job() 820 job->op = REQ_OP_READ; in dm_kcopyd_copy()
|
D | raid5-ppl.c | 900 REQ_OP_READ, false)) { in ppl_recover_entry() 922 block_size, page2, REQ_OP_READ, in ppl_recover_entry() 1001 s, page, REQ_OP_READ, false)) { in ppl_recover() 1102 pplhdr_offset, PAGE_SIZE, page, REQ_OP_READ, in ppl_load_distributed()
|
D | dm-snap-persistent.c | 331 r = chunk_io(ps, ps->header_area, 0, REQ_OP_READ, 1); in read_header() 777 r = area_io(ps, REQ_OP_READ); in persistent_prepare_merge()
|
D | dm-integrity.c | 584 if (op == REQ_OP_READ) { in sync_rw_sb() 1092 dm_integrity_io_error(ic, (opf & REQ_OP_MASK) == REQ_OP_READ ? in rw_journal_sectors() 1790 checksums_ptr - checksums, dio->op == REQ_OP_READ ? TAG_CMP : TAG_WRITE); in integrity_metadata() 1838 this_len, dio->op == REQ_OP_READ ? TAG_READ : TAG_WRITE); in integrity_metadata() 1940 if (unlikely(ic->mode == 'R') && unlikely(dio->op != REQ_OP_READ)) in dm_integrity_map() 1976 if (unlikely(dio->op == REQ_OP_READ)) { in __journal_read_write() 2074 if (unlikely(dio->op == REQ_OP_READ)) in __journal_read_write() 2112 bool need_sync_io = ic->internal_hash && dio->op == REQ_OP_READ; in dm_integrity_map_continue() 2709 io_req.bi_opf = REQ_OP_READ; in integrity_recalc() 2920 rw_journal(ic, REQ_OP_READ, 0, ic->journal_sections, NULL); in replay_journal() [all …]
|
/linux-6.1.9/fs/hfsplus/ |
D | part_tbl.c | 115 buf, (void **)&pm, REQ_OP_READ); in hfs_parse_new_pmap() 139 buf, &data, REQ_OP_READ); in hfs_part_find()
|
D | wrapper.c | 188 REQ_OP_READ); in hfsplus_read_wrapper() 220 (void **)&sbi->s_backup_vhdr, REQ_OP_READ); in hfsplus_read_wrapper()
|
/linux-6.1.9/fs/nilfs2/ |
D | gcinode.c | 95 submit_bh(REQ_OP_READ, bh); in nilfs_gccache_submit_read_data() 133 REQ_OP_READ, out_bh, &pbn); in nilfs_gccache_submit_read_node()
|
D | mdt.c | 176 err = nilfs_mdt_submit_block(inode, block, REQ_OP_READ, &first_bh); in nilfs_mdt_read_block() 187 REQ_OP_READ | REQ_RAHEAD, &bh); in nilfs_mdt_read_block()
|
/linux-6.1.9/drivers/block/rnbd/ |
D | rnbd-proto.h | 238 bio_opf = REQ_OP_READ; in rnbd_to_bio_flags() 272 case REQ_OP_READ: in rq_to_rnbd_flags()
|
/linux-6.1.9/fs/xfs/ |
D | xfs_bio_io.c | 56 if (is_vmalloc && op == REQ_OP_READ) in xfs_rw_bdev()
|
/linux-6.1.9/fs/ocfs2/ |
D | buffer_head_io.c | 150 submit_bh(REQ_OP_READ, bh); in ocfs2_read_blocks_sync() 331 submit_bh(REQ_OP_READ, bh); in ocfs2_read_blocks()
|
/linux-6.1.9/drivers/md/bcache/ |
D | debug.c | 56 bio->bi_opf = REQ_OP_READ | REQ_META; in bch_btree_verify() 119 REQ_OP_READ); in bch_data_verify()
|
D | movinggc.c | 163 bio_set_op_attrs(bio, REQ_OP_READ, 0); in read_moving()
|
/linux-6.1.9/include/linux/ |
D | blk_types.h | 360 REQ_OP_READ = (__force blk_opf_t)0, enumerator 503 return (op & REQ_OP_MASK) == REQ_OP_READ || in op_is_sync()
|
/linux-6.1.9/block/ |
D | bio-integrity.c | 213 if (bio_op(bio) != REQ_OP_READ && bio_op(bio) != REQ_OP_WRITE) in bio_integrity_prep() 351 if (bio_op(bio) == REQ_OP_READ && !bio->bi_status && in __bio_integrity_endio()
|
D | fops.c | 77 bio_init(&bio, bdev, vecs, nr_pages, REQ_OP_READ); in __blkdev_direct_IO_simple() 178 blk_opf_t opf = is_read ? REQ_OP_READ : dio_bio_write_op(iocb); in __blkdev_direct_IO() 300 blk_opf_t opf = is_read ? REQ_OP_READ : dio_bio_write_op(iocb); in __blkdev_direct_IO_async()
|
D | blk-wbt.c | 550 if (bio_op(bio) == REQ_OP_READ) { in bio_to_wbt_flags() 675 if (op == REQ_OP_READ) in wbt_data_dir()
|
D | blk-mq.h | 98 else if ((opf & REQ_OP_MASK) == REQ_OP_READ) in blk_mq_get_hctx_type()
|
/linux-6.1.9/fs/ |
D | direct-io.c | 254 if (dio_op == REQ_OP_READ && in dio_complete() 429 if (dio->is_async && dio_op == REQ_OP_READ && dio->should_dirty) in dio_bio_submit() 496 bool should_dirty = dio_op == REQ_OP_READ && dio->should_dirty; in dio_bio_complete() 1207 dio->opf = REQ_OP_READ; in __blockdev_direct_IO()
|
/linux-6.1.9/kernel/power/ |
D | swap.c | 319 hib_submit_io(REQ_OP_READ, swsusp_resume_block, swsusp_header, NULL); in mark_swapfiles() 1004 error = hib_submit_io(REQ_OP_READ, offset, tmp->map, NULL); in get_swap_reader() 1028 error = hib_submit_io(REQ_OP_READ, offset, buf, hb); in swap_read_page() 1527 error = hib_submit_io(REQ_OP_READ, swsusp_resume_block, in swsusp_check() 1586 hib_submit_io(REQ_OP_READ, swsusp_resume_block, in swsusp_unmark()
|
/linux-6.1.9/fs/squashfs/ |
D | block.c | 96 bio_init(bio, sb->s_bdev, bio->bi_inline_vecs, page_count, REQ_OP_READ); in squashfs_bio_read()
|
/linux-6.1.9/drivers/block/xen-blkback/ |
D | blkback.c | 450 if ((operation != REQ_OP_READ) && vbd->readonly) in xen_vbd_translate() 1216 operation = REQ_OP_READ; in dispatch_rw_block_io() 1282 operation == REQ_OP_READ ? "read" : "write", in dispatch_rw_block_io() 1362 if (operation == REQ_OP_READ) in dispatch_rw_block_io()
|
/linux-6.1.9/fs/ext4/ |
D | readpage.c | 371 REQ_OP_READ, GFP_KERNEL); in ext4_mpage_readpages()
|