Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Duio.h144 static inline void iov_iter_reexpand(struct iov_iter *i, size_t count) in iov_iter_reexpand() function
/linux-4.4.14/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c698 iov_iter_reexpand(cio->cui_iter, cio->cui_tot_count -= nob); in ccc_io_advance()
/linux-4.4.14/fs/xfs/
Dxfs_file.c633 iov_iter_reexpand(from, count); in xfs_file_aio_write_checks()
/linux-4.4.14/fs/ocfs2/
Dfile.c2360 iov_iter_reexpand(from, orig_count); in ocfs2_file_write_iter()