Searched refs:ITER_BVEC (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/include/linux/ |
D | uio.h | 25 ITER_BVEC = 4, enumerator 67 if (!((start).type & ITER_BVEC)) \ 111 return !(i->type & (ITER_BVEC | ITER_KVEC)); in iter_is_iovec()
|
/linux-4.1.27/lib/ |
D | iov_iter.c | 86 if (unlikely(i->type & ITER_BVEC)) { \ 103 if (unlikely(i->type & ITER_BVEC)) { \ 311 if (!(i->type & (ITER_BVEC|ITER_KVEC))) { in iov_iter_fault_in_readable() 334 if (!(i->type & (ITER_BVEC|ITER_KVEC))) { in iov_iter_fault_in_multipages_readable() 452 if (i->type & (ITER_BVEC|ITER_KVEC)) { in copy_page_to_iter() 465 if (i->type & (ITER_BVEC|ITER_KVEC)) { in copy_page_from_iter() 522 else if (i->type & ITER_BVEC) in iov_iter_single_seg_count() 546 BUG_ON(!(direction & ITER_BVEC)); in iov_iter_bvec() 784 if (new->type & ITER_BVEC) in dup_iter()
|
/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/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/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()
|