Lines Matching defs:request

706 		/* The destroy request can be sent */
1312 /* NB request now owns desc and will free it when it gets freed */
1324 * that might be send for this request. The actual number is decided
1471 "the original request - likely a protocol problem";
1506 DEBUG_REQ(D_INFO, req, "Failed request with rc = %d\n", rc);
1649 static int osc_brw_redo_request(struct ptlrpc_request *request,
1656 DEBUG_REQ(rc == -EINPROGRESS ? D_RPCTRACE : D_ERROR, request,
1659 rc = osc_brw_prep_request(lustre_msg_get_opc(request->rq_reqmsg) ==
1670 LASSERTF(request == oap->oap_request,
1671 "request %p != oap_request %p\n",
1672 request, oap->oap_request);
1679 /* New request takes over pga and oaps from old request.
1682 new_req->rq_interpret_reply = request->rq_interpret_reply;
1683 new_req->rq_async_args = request->rq_async_args;
1684 /* cap resend delay to the current request timeout, this is similar to
1691 new_req->rq_import_generation = request->rq_import_generation;
1713 * and wait for all of them to be finished. We should inherit request
1714 * set from old request. */
1717 DEBUG_REQ(D_INFO, new_req, "new request");
1768 CDEBUG(D_INODE, "request %p aa %p rc %d\n", req, aa, rc);
1984 /* Need to update the timestamps after the request is built in case
1986 * later setattr before earlier BRW (as determined by the request xid),
2006 /* only one oap gets a request reference */
2152 /* The request was created before ldlm_cli_enqueue call. */
2224 /* Release the lock for async request. */
2453 /* The request has in fact never been sent
2490 /* We could possibly pass max_age in the request (as an absolute
2494 * is not so great if request processing is slow, while absolute
2533 /*Since the request might also come from lprocfs, so we need
2542 /* We could possibly pass max_age in the request (as an absolute
2546 * is not so great if request processing is slow, while absolute