Home
last modified time | relevance | path

Searched refs:iov_iter_bvec (Results 1 – 17 of 17) sorted by relevance

/Linux-v4.19/fs/9p/
Dvfs_addr.c68 iov_iter_bvec(&to, ITER_BVEC | READ, &bvec, 1, PAGE_SIZE); in v9fs_fid_readpage()
178 iov_iter_bvec(&from, ITER_BVEC | WRITE, &bvec, 1, len); in v9fs_vfs_writepage_locked()
/Linux-v4.19/drivers/target/
Dtarget_core_file.c306 iov_iter_bvec(&iter, ITER_BVEC | is_write, bvec, sgl_nents, len); in fd_execute_rw_aio()
356 iov_iter_bvec(&iter, ITER_BVEC, bvec, sgl_nents, len); in fd_do_rw()
493 iov_iter_bvec(&iter, ITER_BVEC, bvec, nolb, len); in fd_execute_write_same()
/Linux-v4.19/include/linux/
Duio.h188 void iov_iter_bvec(struct iov_iter *i, int direction, const struct bio_vec *bvec,
/Linux-v4.19/mm/
Dpage_io.c297 iov_iter_bvec(&from, ITER_BVEC | WRITE, &bv, 1, PAGE_SIZE); in __swap_writepage()
/Linux-v4.19/drivers/nvme/target/
Dio-cmd-file.c104 iov_iter_bvec(&iter, ITER_BVEC | rw, req->f.bvec, nr_segs, count); in nvmet_file_submit_bvec()
/Linux-v4.19/fs/orangefs/
Dinode.c28 iov_iter_bvec(&to, ITER_BVEC | READ, &bv, 1, PAGE_SIZE); in read_one_page()
/Linux-v4.19/drivers/block/
Dloop.c271 iov_iter_bvec(&i, ITER_BVEC | WRITE, bvec, 1, bvec->bv_len); in lo_write_bvec()
349 iov_iter_bvec(&i, ITER_BVEC, &bvec, 1, bvec.bv_len); in lo_read_simple()
390 iov_iter_bvec(&i, ITER_BVEC, &b, 1, b.bv_len); in lo_read_transfer()
557 iov_iter_bvec(&iter, ITER_BVEC | rw, bvec, in lo_rw_aio()
Dnbd.c567 iov_iter_bvec(&from, ITER_BVEC | WRITE, in nbd_send_cmd()
681 iov_iter_bvec(&to, ITER_BVEC | READ, in nbd_read_stat()
/Linux-v4.19/fs/cifs/
Dmisc.c860 iov_iter_bvec(&ctx->iter, ITER_BVEC | rw, ctx->bv, npages, ctx->len); in setup_aio_ctx_iter()
Dtransport.c349 iov_iter_bvec(&smb_msg.msg_iter, WRITE | ITER_BVEC, in __smb_send_rqst()
Dconnect.c603 iov_iter_bvec(&smb_msg.msg_iter, READ | ITER_BVEC, &bv, 1, to_read); in cifs_read_page_from_socket()
Dsmb2ops.c2965 iov_iter_bvec(&iter, WRITE | ITER_BVEC, bvec, npages, data_len); in handle_read_data()
/Linux-v4.19/fs/afs/
Drxrpc.c289 iov_iter_bvec(&msg->msg_iter, WRITE | ITER_BVEC, bv, nr, bytes); in afs_load_bvec()
/Linux-v4.19/fs/ceph/
Dfile.c824 iov_iter_bvec(&i, ITER_BVEC, osd_data->bvec_pos.bvecs, in ceph_aio_complete_req()
1047 iov_iter_bvec(&i, ITER_BVEC, bvecs, num_pages, in ceph_direct_read_write()
/Linux-v4.19/lib/
Diov_iter.c1076 void iov_iter_bvec(struct iov_iter *i, int direction, in iov_iter_bvec() function
1087 EXPORT_SYMBOL(iov_iter_bvec);
/Linux-v4.19/fs/
Dsplice.c748 iov_iter_bvec(&from, ITER_BVEC | WRITE, array, n, in iter_file_splice_write()
/Linux-v4.19/net/ceph/
Dmessenger.c548 iov_iter_bvec(&msg.msg_iter, READ | ITER_BVEC, &bvec, 1, length); in ceph_tcp_recvpage()
610 iov_iter_bvec(&msg.msg_iter, WRITE | ITER_BVEC, &bvec, 1, size); in ceph_tcp_sendpage()