Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Duio.h259 static inline void iov_iter_reexpand(struct iov_iter *i, size_t count) in iov_iter_reexpand() function
/Linux-v5.10/fs/iomap/
Ddirect-io.c332 iov_iter_reexpand(dio->submit.iter, orig_count - copied); in iomap_dio_bio_actor()
/Linux-v5.10/fs/xfs/
Dxfs_file.c369 iov_iter_reexpand(from, count); in xfs_file_aio_write_checks()
/Linux-v5.10/fs/ceph/
Dfile.c140 iov_iter_reexpand(iter, orig_count); in iter_get_bvecs_alloc()
/Linux-v5.10/fs/fuse/
Dfile.c3182 iov_iter_reexpand(iter, iov_iter_count(iter) + shortened); in fuse_direct_IO()