Lines Matching defs:from
75 unsigned f, from;
92 from = pos - index * PAGE_SIZE;
93 to = from + len;
115 (to < f || from > t))
160 unsigned int f, from = offset_in_folio(folio, pos);
161 unsigned int t, to = from + copied;
195 if (from < f)
196 f = from;
203 priv = afs_folio_dirty(folio, from, to);
325 * and we need to start from there if it's set.
664 pr_notice("kAFS: Unexpected error from FS.StoreData %d\n", ret);
734 * back from swapper_space to tmpfs file mapping
855 ssize_t afs_file_write(struct kiocb *iocb, struct iov_iter *from)
860 size_t count = iov_iter_count(from);
878 result = generic_file_write_iter(iocb, from);
886 * - the return status from this call provides a reliable indication of