Lines Matching refs:i
1686 unsigned ofs, struct iov_iter *i, size_t bytes) in ntfs_copy_from_user_iter() argument
1690 struct iov_iter data = *i; in ntfs_copy_from_user_iter()
1730 static ssize_t ntfs_perform_write(struct file *file, struct iov_iter *i, in ntfs_perform_write() argument
1749 (unsigned long)iov_iter_count(i)); in ntfs_perform_write()
1827 if (bytes > iov_iter_count(i)) in ntfs_perform_write()
1828 bytes = iov_iter_count(i); in ntfs_perform_write()
1838 if (unlikely(iov_iter_fault_in_readable(i, bytes))) { in ntfs_perform_write()
1866 i, bytes); in ntfs_perform_write()
1894 sc = iov_iter_single_seg_count(i); in ntfs_perform_write()
1899 iov_iter_advance(i, copied); in ntfs_perform_write()
1907 } while (iov_iter_count(i)); in ntfs_perform_write()