Lines Matching refs:rreq
180 static void ceph_netfs_expand_readahead(struct netfs_read_request *rreq) in ceph_netfs_expand_readahead() argument
182 struct inode *inode = rreq->mapping->host; in ceph_netfs_expand_readahead()
189 blockno = div_u64_rem(rreq->start, lo->stripe_unit, &blockoff); in ceph_netfs_expand_readahead()
190 rreq->start = blockno * lo->stripe_unit; in ceph_netfs_expand_readahead()
191 rreq->len += blockoff; in ceph_netfs_expand_readahead()
194 rreq->len = roundup(rreq->len, lo->stripe_unit); in ceph_netfs_expand_readahead()
199 struct inode *inode = subreq->rreq->mapping->host; in ceph_netfs_clamp_length()
244 struct netfs_read_request *rreq = subreq->rreq; in ceph_netfs_issue_op() local
245 struct inode *inode = rreq->mapping->host; in ceph_netfs_issue_op()
267 iov_iter_xarray(&iter, READ, &rreq->mapping->i_pages, subreq->start, len); in ceph_netfs_issue_op()
294 static void ceph_init_rreq(struct netfs_read_request *rreq, struct file *file) in ceph_init_rreq() argument