Home
last modified time | relevance | path

Searched refs:ITER_BVEC (Results 1 – 18 of 18) sorted by relevance

/Linux-v4.19/include/linux/
Duio.h27 ITER_BVEC = 4, enumerator
77 if (!((start).type & (ITER_BVEC | ITER_PIPE))) \
207 return !(i->type & (ITER_BVEC | ITER_KVEC | ITER_PIPE)); in iter_is_iovec()
/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/lib/
Diov_iter.c78 if (unlikely(i->type & ITER_BVEC)) { \
99 if (unlikely(i->type & ITER_BVEC)) { \
420 if (!(i->type & (ITER_BVEC|ITER_KVEC))) { in iov_iter_fault_in_readable()
834 if (i->type & (ITER_BVEC|ITER_KVEC)) { in copy_page_to_iter()
855 if (i->type & (ITER_BVEC|ITER_KVEC)) { in copy_page_from_iter()
1019 if (i->type & ITER_BVEC) { in iov_iter_revert()
1056 else if (i->type & ITER_BVEC) in iov_iter_single_seg_count()
1080 BUG_ON(!(direction & ITER_BVEC)); in iov_iter_bvec()
1488 if (new->type & ITER_BVEC) in dup_iter()
/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/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()
Dsmbdirect.c2064 case READ | ITER_BVEC: in smbd_recv()
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/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()