Lines Matching refs:nextreq
5804 struct ceph_mds_request *req = NULL, *nextreq;
5816 nextreq = rb_entry(n, struct ceph_mds_request, r_node);
5818 nextreq = NULL;
5824 req = nextreq;
5830 if (nextreq)
5831 ceph_mdsc_get_request(nextreq);
5849 if (!nextreq)
5851 if (RB_EMPTY_NODE(&nextreq->r_node)) {
5853 ceph_mdsc_put_request(nextreq);
5856 ceph_mdsc_put_request(nextreq); /* won't go away */
5858 req = nextreq;