Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Duio.h286 static inline void iov_iter_reexpand(struct iov_iter *i, size_t count) in iov_iter_reexpand() function
303 iov_iter_reexpand(i, iov_iter_count(i) + shorted); in iov_iter_npages_cap()
/Linux-v6.1/block/
Dfops.c544 iov_iter_reexpand(from, iov_iter_count(from) + shorted); in blkdev_write_iter()
602 iov_iter_reexpand(to, iov_iter_count(to) + shorted); in blkdev_read_iter()
/Linux-v6.1/fs/iomap/
Ddirect-io.c381 iov_iter_reexpand(dio->submit.iter, orig_count - copied); in iomap_dio_bio_iter()
/Linux-v6.1/fs/xfs/
Dxfs_file.c397 iov_iter_reexpand(from, count); in xfs_file_write_checks()
/Linux-v6.1/fs/ceph/
Dfile.c139 iov_iter_reexpand(iter, orig_count); in iter_get_bvecs_alloc()
/Linux-v6.1/fs/fuse/
Dfile.c2915 iov_iter_reexpand(iter, iov_iter_count(iter) + shortened); in fuse_direct_IO()