/Linux-v4.19/include/linux/ |
D | uio.h | 27 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/ |
D | vfs_addr.c | 68 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/ |
D | iov_iter.c | 78 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/ |
D | target_core_file.c | 306 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/ |
D | page_io.c | 297 iov_iter_bvec(&from, ITER_BVEC | WRITE, &bv, 1, PAGE_SIZE); in __swap_writepage()
|
/Linux-v4.19/drivers/nvme/target/ |
D | io-cmd-file.c | 104 iov_iter_bvec(&iter, ITER_BVEC | rw, req->f.bvec, nr_segs, count); in nvmet_file_submit_bvec()
|
/Linux-v4.19/fs/orangefs/ |
D | inode.c | 28 iov_iter_bvec(&to, ITER_BVEC | READ, &bv, 1, PAGE_SIZE); in read_one_page()
|
/Linux-v4.19/drivers/block/ |
D | loop.c | 271 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()
|
D | nbd.c | 567 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/ |
D | misc.c | 860 iov_iter_bvec(&ctx->iter, ITER_BVEC | rw, ctx->bv, npages, ctx->len); in setup_aio_ctx_iter()
|
D | transport.c | 349 iov_iter_bvec(&smb_msg.msg_iter, WRITE | ITER_BVEC, in __smb_send_rqst()
|
D | smbdirect.c | 2064 case READ | ITER_BVEC: in smbd_recv()
|
D | connect.c | 603 iov_iter_bvec(&smb_msg.msg_iter, READ | ITER_BVEC, &bv, 1, to_read); in cifs_read_page_from_socket()
|
D | smb2ops.c | 2965 iov_iter_bvec(&iter, WRITE | ITER_BVEC, bvec, npages, data_len); in handle_read_data()
|
/Linux-v4.19/fs/afs/ |
D | rxrpc.c | 289 iov_iter_bvec(&msg->msg_iter, WRITE | ITER_BVEC, bv, nr, bytes); in afs_load_bvec()
|
/Linux-v4.19/fs/ceph/ |
D | file.c | 824 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/ |
D | splice.c | 748 iov_iter_bvec(&from, ITER_BVEC | WRITE, array, n, in iter_file_splice_write()
|
/Linux-v4.19/net/ceph/ |
D | messenger.c | 548 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()
|