Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Duio.h297 static inline void iov_iter_reexpand(struct iov_iter *i, size_t count) in iov_iter_reexpand() function
314 iov_iter_reexpand(i, iov_iter_count(i) + shorted); in iov_iter_npages_cap()
/linux-6.3-rc2/block/
A Dfops.c552 iov_iter_reexpand(from, iov_iter_count(from) + shorted); in blkdev_write_iter()
610 iov_iter_reexpand(to, iov_iter_count(to) + shorted); in blkdev_read_iter()
/linux-6.3-rc2/fs/iomap/
A Ddirect-io.c374 iov_iter_reexpand(dio->submit.iter, orig_count - copied); in iomap_dio_bio_iter()
/linux-6.3-rc2/fs/xfs/
A Dxfs_file.c397 iov_iter_reexpand(from, count); in xfs_file_write_checks()
/linux-6.3-rc2/fs/ceph/
A Dfile.c135 iov_iter_reexpand(iter, orig_count); in iter_get_bvecs_alloc()
/linux-6.3-rc2/fs/fuse/
A Dfile.c2990 iov_iter_reexpand(iter, iov_iter_count(iter) + shortened); in fuse_direct_IO()

Completed in 19 milliseconds