Lines Matching defs:from
63 _debug("got NOENT from server"
85 unsigned f, from = pos & (PAGE_SIZE - 1);
86 unsigned t, to = from + len;
91 vnode->fid.vid, vnode->fid.vnode, index, from, to);
131 (to < f || from > t))
169 unsigned int f, from = pos & (PAGE_SIZE - 1);
170 unsigned int t, to = from + copied;
193 /* Try and load any missing data from the server. The
209 if (from < f)
210 f = from;
218 priv = afs_page_dirty(from, to);
359 * and we need to start from there if it's set.
619 pr_notice("kAFS: Unexpected error from FS.StoreData %d\n", ret);
701 * back from swapper_space to tmpfs file mapping
791 ssize_t afs_file_write(struct kiocb *iocb, struct iov_iter *from)
795 size_t count = iov_iter_count(from);
809 result = generic_file_write_iter(iocb, from);
817 * - the return status from this call provides a reliable indication of