Home
last modified time | relevance | path

Searched refs:iovp (Results 1 – 2 of 2) sorted by relevance

/fs/xfs/
Dxfs_file.c229 const struct iovec *iovp, in xfs_file_aio_read() argument
254 const struct iovec *iv = &iovp[seg]; in xfs_file_aio_read()
317 ret = generic_file_aio_read(iocb, iovp, nr_segs, iocb->ki_pos); in xfs_file_aio_read()
675 const struct iovec *iovp, in xfs_file_dio_aio_write() argument
745 ret = generic_file_direct_write(iocb, iovp, in xfs_file_dio_aio_write()
759 const struct iovec *iovp, in xfs_file_buffered_aio_write() argument
784 ret = generic_file_buffered_write(iocb, iovp, nr_segs, in xfs_file_buffered_aio_write()
806 const struct iovec *iovp, in xfs_file_aio_write() argument
821 ret = generic_segment_checks(iovp, &nr_segs, &ocount, VERIFY_READ); in xfs_file_aio_write()
834 ret = xfs_file_dio_aio_write(iocb, iovp, nr_segs, pos, ocount); in xfs_file_aio_write()
[all …]
/fs/ntfs/
Dfile.c1354 static inline void ntfs_set_next_iovec(const struct iovec **iovp, in ntfs_set_next_iovec() argument
1357 const struct iovec *iov = *iovp; in ntfs_set_next_iovec()
1373 *iovp = iov; in ntfs_set_next_iovec()