Home
last modified time | relevance | path

Searched refs:iov_iter_reexpand (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Duio.h339 static inline void iov_iter_reexpand(struct iov_iter *i, size_t count) in iov_iter_reexpand() function
356 iov_iter_reexpand(i, iov_iter_count(i) + shorted); in iov_iter_npages_cap()
/linux/block/
H A Dfops.c784 iov_iter_reexpand(from, iov_iter_count(from) + shorted); in blkdev_write_iter()
837 iov_iter_reexpand(to, iov_iter_count(to) + shorted); in blkdev_read_iter()
/linux/fs/iomap/
H A Ddirect-io.c590 iov_iter_reexpand(dio->submit.iter, orig_count - copied); in iomap_dio_bio_iter()
/linux/fs/xfs/
H A Dxfs_file.c414 iov_iter_reexpand(from, count); in xfs_file_write_zero_eof()
/linux/fs/fuse/
H A Dfile.c2795 iov_iter_reexpand(iter, iov_iter_count(iter) + shortened); in fuse_direct_IO()