Lines Matching refs:from
241 * initialised size from a very small value to a really huge
261 * determined from the runlist. This would greatly reduce the
318 struct iov_iter *from)
333 iov_iter_count(from));
334 err = generic_write_checks(iocb, from);
381 end = (pos + iov_iter_count(from) + vol->cluster_size_mask) &
409 iov_iter_truncate(from, ll - pos);
425 iov_iter_truncate(from, ll - pos);
481 * @mapping: address space mapping from which to obtain page cache pages
487 * Obtain @nr_pages locked page cache pages from the mapping @mapping and
552 * This is called for non-resident attributes from ntfs_file_buffered_write()
854 * runlist as the map cache will be used from
1166 * runlist as the map cache will be used from now on.
1510 * This is called from ntfs_file_buffered_write() with i_mutex held on the inode
1610 /* Copy the received data from the page to the mft record. */
1619 * uptodate by copying data from the mft record to the page.
1831 * Bring in the user page(s) that we will copy from _first_.
1832 * Otherwise there is a nasty deadlock on copying from the same
1919 * @from: iov_iter with data to write
1925 static ssize_t ntfs_file_write_iter(struct kiocb *iocb, struct iov_iter *from)
1935 err = ntfs_prepare_file_for_write(iocb, from);
1936 if (iov_iter_count(from) && !err)
1937 written = ntfs_perform_write(file, from, iocb->ki_pos);