Searched refs:REQ_OP_READ (Results 76 - 100 of 131) sorted by relevance

123456

/linux-master/drivers/md/
H A Draid5-cache.c1676 R5L_RECOVERY_PAGE_POOL_SIZE, REQ_OP_READ);
2967 if (!sync_page_io(rdev, cp, PAGE_SIZE, page, REQ_OP_READ, false)) {
H A Ddm-bufio.c1912 submit_io(b, REQ_OP_READ, ioprio, read_endio);
2008 submit_io(b, REQ_OP_READ, ioprio, read_endio);
H A Dmd-bitmap.c160 if (sync_page_io(rdev, sector, iosize, page, REQ_OP_READ, true))
395 submit_bh(REQ_OP_READ, bh);
H A Ddm-raid1.c547 .bi_opf = REQ_OP_READ,
H A Ddm-verity-target.c509 io_req.bi_opf = REQ_OP_READ;
/linux-master/fs/f2fs/
H A Dgc.c1182 .op = REQ_OP_READ,
1268 .op = REQ_OP_READ,
/linux-master/fs/nilfs2/
H A Dbtree.c480 ret = nilfs_btnode_submit_block(btnc, ptr, 0, REQ_OP_READ, &bh,
507 REQ_OP_READ | REQ_RAHEAD,
/linux-master/drivers/block/zram/
H A Dzram_drv.c773 bio_init(&bio, zw->zram->bdev, &bv, 1, REQ_OP_READ);
1946 case REQ_OP_READ:
/linux-master/fs/xfs/
H A Dxfs_log_recover.c158 return xlog_do_io(log, blk_no, nbblks, data, REQ_OP_READ);
171 error = xlog_do_io(log, blk_no, nbblks, data, REQ_OP_READ);
/linux-master/drivers/md/bcache/
H A Dsuper.c466 uuid_io(c, REQ_OP_READ, k, cl);
707 prio_io(ca, bucket, REQ_OP_READ);
H A Drequest.c833 bio_reset(s->iop.bio, s->cache_miss->bi_bdev, REQ_OP_READ);
/linux-master/drivers/block/drbd/
H A Ddrbd_bitmap.c993 enum req_op op = ctx->flags & BM_AIO_READ ? REQ_OP_READ : REQ_OP_WRITE;
H A Ddrbd_receiver.c1610 if (peer_req_op(peer_req) == REQ_OP_READ) {
1687 peer_req_op(peer_req) == REQ_OP_READ)) {
2870 peer_req->opf = REQ_OP_READ;
/linux-master/drivers/md/dm-vdo/
H A Drepair.c1754 handle_journal_load_error, REQ_OP_READ);
H A Dblock-map.c788 callback, REQ_OP_READ | REQ_PRIO);
1881 handle_io_error, REQ_OP_READ | REQ_PRIO);
2614 REQ_OP_READ | REQ_PRIO);
H A Ddedupe.c1207 result = vio_reset_bio(vio, buffer, verify_endio, REQ_OP_READ,
/linux-master/fs/zonefs/
H A Dsuper.c1122 bio_init(&bio, sb->s_bdev, &bio_vec, 1, REQ_OP_READ);
/linux-master/block/
H A Dbio.c637 * REQ_OP_READ, zero the truncated part. This function should only
650 if (bio_op(bio) != REQ_OP_READ)
H A Dblk-iocost.c2535 case REQ_OP_READ:
2580 case REQ_OP_READ:
2812 case REQ_OP_READ:
/linux-master/fs/btrfs/
H A Dfile-item.c370 ASSERT(bio_op(bio) == REQ_OP_READ);
H A Dcompression.c590 cb = alloc_compressed_bio(inode, file_offset, REQ_OP_READ,
H A Dextent_io.c1179 struct btrfs_bio_ctrl bio_ctrl = { .opf = REQ_OP_READ };
2302 struct btrfs_bio_ctrl bio_ctrl = { .opf = REQ_OP_READ | REQ_RAHEAD };
4389 REQ_OP_READ | REQ_META, eb->fs_info,
/linux-master/fs/bcachefs/
H A Dmove.c334 io->rbio.bio.bi_opf = REQ_OP_READ;
/linux-master/fs/erofs/
H A Dzdata.c1670 REQ_OP_READ, GFP_NOIO);
/linux-master/fs/ocfs2/cluster/
H A Dheartbeat.c573 REQ_OP_READ);

Completed in 421 milliseconds

123456