Searched refs:iov_iter_reexpand (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/
H A Duio.h304 static inline void iov_iter_reexpand(struct iov_iter *i, size_t count) function
321 iov_iter_reexpand(i, iov_iter_count(i) + shorted);
/linux-master/block/
H A Dfops.c713 iov_iter_reexpand(from, iov_iter_count(from) + shorted);
758 iov_iter_reexpand(to, iov_iter_count(to) + shorted);
/linux-master/fs/iomap/
H A Ddirect-io.c438 iov_iter_reexpand(dio->submit.iter, orig_count - copied);
/linux-master/fs/erofs/
H A Dfscache.c171 iov_iter_reexpand(iter, orig_count - len);
/linux-master/fs/xfs/
H A Dxfs_file.c462 iov_iter_reexpand(from, count);
/linux-master/fs/ceph/
H A Dfile.c137 iov_iter_reexpand(iter, orig_count);
/linux-master/fs/fuse/
H A Dfile.c3050 iov_iter_reexpand(iter, iov_iter_count(iter) + shortened);

Completed in 344 milliseconds