Searched refs:READ (Results 126 - 150 of 151) sorted by relevance

1234567

/linux-master/drivers/md/
H A Ddm-clone-target.c1356 * If the region is not hydrated and the bio is a READ, redirect it to
1366 } else if (bio_data_dir(bio) == READ) {
H A Draid1.c1339 * Still need barrier for READ in case that whole
1687 if (bio_data_dir(bio) == READ)
2844 * flag all drives that could conceivably be read from for READ,
2846 * If a read fails, we try reading from something else for which READ
H A Draid10.c1523 if (bio_data_dir(bio) == READ)
H A Draid5.c6089 if (rw == READ && mddev->degraded == 0 &&
/linux-master/tools/perf/
H A Dbuiltin-kvm.c1567 evsel__reset_sample_bit(pos, READ);
/linux-master/fs/nfs/
H A Dnfs3xdr.c1627 dprintk("NFS: READ count doesn't match length of opaque: "
2526 PROC(READ, read, read, 3),
H A Dnfs4xdr.c2565 * Encode a READ request
7653 PROC(READ, enc_read, dec_read),
/linux-master/fs/ocfs2/
H A Daops.c2457 if (iov_iter_rw(iter) == READ)
/linux-master/drivers/nvdimm/
H A Dbtt.c1266 ret = btt_rw_integrity(btt, bip, arena, postmap, READ);
1468 "READ",
/linux-master/drivers/md/dm-vdo/
H A Ddata-vio.c565 } else if (bio_data_dir(bio) == READ) {
/linux-master/drivers/block/mtip32xx/
H A Dmtip32xx.c560 "Error in READ LOG EXT (10h) command\n");
1233 * Issue a READ LOG EXT command to the device.
1271 * Issue a SMART READ DATA command to the device.
2053 int dma_dir = rq_data_dir(rq) == READ ? DMA_FROM_DEVICE : DMA_TO_DEVICE;
2671 "Error in READ LOG EXT (10h) command\n");
3255 if (rq_data_dir(rq) == READ || !dd->unal_qdepth)
/linux-master/fs/btrfs/
H A Ddisk-io.c3658 ret = btrfs_sb_log_location_bdev(bdev, copy_num, READ, &bytenr);
3845 ret = btrfs_sb_log_location(device, i, READ, &bytenr);
H A Dzoned.c841 * For READ, we want the previous one. Move write pointer to
878 ASSERT(rw == READ || rw == WRITE);
H A Dioctl.c4526 ret = rw_verify_area(READ, file, &pos, args.len);
H A Dvolumes.c1408 ret = btrfs_sb_log_location_bdev(file_bdev(bdev_file), 0, READ, &bytenr);
/linux-master/drivers/memstick/core/
H A Dms_block.c1914 if (rq_data_dir(msb->req) == READ)
/linux-master/tools/perf/util/
H A Devsel.c1145 evsel__set_sample_bit(evsel, READ);
/linux-master/fs/nfsd/
H A Dvfs.c1061 host_err = rw_verify_area(READ, file, &offset, *count);
1240 * NFS READ normally uses splice to send data in-place. However the
2573 /* This assumes NFSD_MAY_{READ,WRITE,EXEC} == MAY_{READ,WRITE,EXEC} */
/linux-master/fs/
H A Daio.c1606 ret = rw_verify_area(READ, file, &req->ki_pos, iov_iter_count(&iter));
/linux-master/drivers/scsi/
H A Dst.c1565 count, (is_read ? READ : WRITE));
4906 /* rw==READ means read from drive, write into memory area */
4907 res = pin_user_pages_fast(uaddr, nr_pages, rw == READ ? FOLL_WRITE : 0,
4915 /* FIXME: flush superflous for rw==READ,
4939 /* FIXME: cache flush missing for rw==READ */
/linux-master/fs/ceph/
H A Dinode.c2386 iov_iter_kvec(&iter, READ, &iov, 1, len);
/linux-master/fs/f2fs/
H A Df2fs.h1177 /* READ IO */
1229 #define is_read_io(rw) ((rw) == READ)
H A Dsuper.c1415 init_f2fs_rwsem(&fi->i_gc_rwsem[READ]);
/linux-master/drivers/block/
H A Dfloppy.c2557 if (rq_data_dir(current_req) == READ) {
/linux-master/fs/fuse/
H A Dfile.c352 * some asynchronous READ or WRITE requests are outstanding,
2999 if ((iov_iter_rw(iter) == READ) && (offset >= i_size))

Completed in 490 milliseconds

1234567