Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Duio.h240 static inline void iov_iter_reexpand(struct iov_iter *i, size_t count) in iov_iter_reexpand() function
/linux-4.19.296/fs/
Dblock_dev.c1947 iov_iter_reexpand(from, iov_iter_count(from) + shorted); in blkdev_write_iter()
1972 iov_iter_reexpand(to, iov_iter_count(to) + shorted); in blkdev_read_iter()
/linux-4.19.296/fs/xfs/
Dxfs_file.c341 iov_iter_reexpand(from, count); in xfs_file_aio_write_checks()
/linux-4.19.296/fs/ceph/
Dfile.c135 iov_iter_reexpand(iter, orig_count); in iter_get_bvecs_alloc()