Searched refs:iov_iter_bvec (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/fs/9p/ |
D | vfs_addr.c | 67 iov_iter_bvec(&to, ITER_BVEC | READ, &bvec, 1, PAGE_SIZE); in v9fs_fid_readpage() 177 iov_iter_bvec(&from, ITER_BVEC | WRITE, &bvec, 1, len); in v9fs_vfs_writepage_locked()
|
/linux-4.1.27/include/linux/ |
D | uio.h | 94 void iov_iter_bvec(struct iov_iter *i, int direction, const struct bio_vec *bvec,
|
/linux-4.1.27/mm/ |
D | page_io.c | 274 iov_iter_bvec(&from, ITER_BVEC | WRITE, &bv, 1, PAGE_SIZE); in __swap_writepage()
|
/linux-4.1.27/drivers/target/ |
D | target_core_file.c | 346 iov_iter_bvec(&iter, ITER_BVEC, bvec, sgl_nents, len); in fd_do_rw() 472 iov_iter_bvec(&iter, ITER_BVEC, bvec, nolb, len); in fd_execute_write_same()
|
/linux-4.1.27/lib/ |
D | iov_iter.c | 542 void iov_iter_bvec(struct iov_iter *i, int direction, in iov_iter_bvec() function 553 EXPORT_SYMBOL(iov_iter_bvec);
|
/linux-4.1.27/drivers/block/ |
D | loop.c | 210 iov_iter_bvec(&i, ITER_BVEC, bvec, 1, bvec->bv_len); in lo_write_bvec() 288 iov_iter_bvec(&i, ITER_BVEC, &bvec, 1, bvec.bv_len); in lo_read_simple() 329 iov_iter_bvec(&i, ITER_BVEC, &b, 1, b.bv_len); in lo_read_transfer()
|
/linux-4.1.27/fs/ |
D | splice.c | 1012 iov_iter_bvec(&from, ITER_BVEC | WRITE, array, n, in iter_file_splice_write()
|