Searched refs:REQ_OP_READ (Results 1 - 25 of 133) sorted by relevance

123456

/linux-master/drivers/md/
H A Ddm-zero.c41 case REQ_OP_READ:
H A Ddm-ebs-target.c86 if (op == REQ_OP_READ || buf_off || bv_len < dm_bufio_get_block_size(ec->bufio))
100 if (op == REQ_OP_READ) {
196 if (bio_op(bio) == REQ_OP_READ)
209 if (bio_op(bio) == REQ_OP_READ)
210 r = __ebs_rw_bio(ec, REQ_OP_READ, bio);
H A Ddm-snap-persistent.c335 r = chunk_io(ps, ps->header_area, 0, REQ_OP_READ, 1);
783 r = area_io(ps, REQ_OP_READ);
/linux-master/fs/hfsplus/
H A Dpart_tbl.c115 buf, (void **)&pm, REQ_OP_READ);
139 buf, &data, REQ_OP_READ);
H A Dwrapper.c189 REQ_OP_READ);
221 (void **)&sbi->s_backup_vhdr, REQ_OP_READ);
/linux-master/fs/nilfs2/
H A Dgcinode.c93 submit_bh(REQ_OP_READ, bh);
133 REQ_OP_READ, out_bh, &pbn);
H A Dmdt.c134 } else /* opf == REQ_OP_READ */
176 err = nilfs_mdt_submit_block(inode, block, REQ_OP_READ, &first_bh);
187 REQ_OP_READ | REQ_RAHEAD, &bh);
/linux-master/fs/xfs/
H A Dxfs_bio_io.c56 if (is_vmalloc && op == REQ_OP_READ)
/linux-master/drivers/block/rnbd/
H A Drnbd-proto.h225 bio_opf = REQ_OP_READ;
262 case REQ_OP_READ:
/linux-master/drivers/md/bcache/
H A Ddebug.c56 bio->bi_opf = REQ_OP_READ | REQ_META;
119 REQ_OP_READ);
H A Dmovinggc.c163 bio->bi_opf = REQ_OP_READ;
/linux-master/fs/ocfs2/
H A Dbuffer_head_io.c150 submit_bh(REQ_OP_READ, bh);
331 submit_bh(REQ_OP_READ, bh);
/linux-master/include/linux/
H A Dblk_types.h332 REQ_OP_READ = (__force blk_opf_t)0, enumerator in enum:req_op
460 return (op & REQ_OP_MASK) == REQ_OP_READ ||
/linux-master/fs/btrfs/
H A Dbio.c204 bio_reset(&repair_bbio->bio, NULL, REQ_OP_READ);
271 repair_bio = bio_alloc_bioset(NULL, 1, REQ_OP_READ, GFP_NOFS,
377 if (bio_op(bio) == REQ_OP_READ) {
394 if (bio_op(bio) == REQ_OP_READ && is_data_bbio(bbio))
486 ASSERT(bio_op(orig_bio) != REQ_OP_READ);
512 if (bio_op(bio) != REQ_OP_READ)
521 if (bio_op(bio) == REQ_OP_READ)
705 if (bio_op(bio) == REQ_OP_READ && is_data_bbio(bbio)) {
/linux-master/drivers/md/dm-vdo/
H A Dvio.c282 if (bio_op(vio->bio) == REQ_OP_READ) {
457 case REQ_OP_READ:
/linux-master/block/
H A Dblk-stat.c60 if (req_op(rq) == REQ_OP_READ || req_op(rq) == REQ_OP_WRITE)
H A Dblk-wbt.c622 if (bio_op(bio) == REQ_OP_READ) {
747 if (op == REQ_OP_READ)
H A Dbio-integrity.c439 if (bio_op(bio) != REQ_OP_READ && bio_op(bio) != REQ_OP_WRITE)
562 if (bio_op(bio) == REQ_OP_READ && !bio->bi_status &&
H A Dblk-mq.h94 else if ((opf & REQ_OP_MASK) == REQ_OP_READ)
/linux-master/fs/
H A Ddirect-io.c265 if (dio_op == REQ_OP_READ &&
438 if (dio->is_async && dio_op == REQ_OP_READ && dio->should_dirty)
504 bool should_dirty = dio_op == REQ_OP_READ && dio->should_dirty;
1192 dio->opf = REQ_OP_READ;
/linux-master/kernel/power/
H A Dswap.c319 hib_submit_io(REQ_OP_READ, swsusp_resume_block, swsusp_header, NULL);
1039 error = hib_submit_io(REQ_OP_READ, offset, tmp->map, NULL);
1063 error = hib_submit_io(REQ_OP_READ, offset, buf, hb);
1579 error = hib_submit_io(REQ_OP_READ, swsusp_resume_block,
1639 hib_submit_io(REQ_OP_READ, swsusp_resume_block,
/linux-master/mm/
H A Dpage_io.c468 bio_init(&bio, sis->bdev, &bv, 1, REQ_OP_READ);
487 bio = bio_alloc(sis->bdev, 1, REQ_OP_READ, GFP_KERNEL);
/linux-master/fs/ext4/
H A Dreadpage.c355 REQ_OP_READ, GFP_KERNEL);
/linux-master/fs/squashfs/
H A Dblock.c207 bio_init(bio, sb->s_bdev, bio->bi_inline_vecs, page_count, REQ_OP_READ);
/linux-master/drivers/block/xen-blkback/
H A Dblkback.c455 if ((operation != REQ_OP_READ) && vbd->readonly)
1320 operation = REQ_OP_READ;
1386 operation == REQ_OP_READ ? "read" : "write",
1466 if (operation == REQ_OP_READ)

Completed in 245 milliseconds

123456