Lines Matching refs:from
67 * ack from the OSD.
127 * Attempt to get up to @maxsize bytes worth of pages from @iter.
334 * the open request locally (no need to request new caps from the
424 /* Clone the layout from a synchronous create, if the dir now has Dc caps */
857 * Completely synchronous read and write methods. Direct from __user
863 * If we get a short result from the OSD, check against i_size; we need to
1408 * Synchronous write, straight from __user pointer or user pages.
1415 ceph_sync_write(struct kiocb *iocb, struct iov_iter *from, loff_t pos,
1432 size_t count = iov_iter_count(from);
1453 while ((len = iov_iter_count(from)) > 0) {
1470 * write from beginning of first page,
1484 ret = copy_page_from_iter(pages[n], 0, plen, from);
1700 static ssize_t ceph_write_iter(struct kiocb *iocb, struct iov_iter *from)
1742 err = generic_write_checks(iocb, from);
1751 iov_iter_truncate(from, limit - pos);
1754 count = iov_iter_count(from);
1821 data = *from;
1832 iov_iter_advance(from, written);
1842 written = generic_perform_write(file, from, pos);
2348 * OSD copy-from operation only supports full-object copies. Limit