Lines Matching refs:off
295 u64 off, u64 len, in striped_read() argument
313 pos = off; in striped_read()
318 io_align = off & ~PAGE_MASK; in striped_read()
341 if (read < pos - off) { in striped_read()
342 dout(" zero gap %llu to %llu\n", off + read, pos); in striped_read()
344 pos - off - read, pages); in striped_read()
347 read = pos - off; in striped_read()
391 u64 off = *poff; in ceph_sync_read() local
394 dout("sync_read on file %p %llu~%u %s\n", file, off, len, in ceph_sync_read()
401 num_pages = calc_pages_for(off, len); in ceph_sync_read()
417 ret = striped_read(inode, off, len, pages, num_pages, checkeof, in ceph_sync_read()
422 ret = ceph_copy_page_vector_to_user(pages, data, off, ret); in ceph_sync_read()
424 *poff = off + ret; in ceph_sync_read()