Lines Matching defs:request
311 * as many as possible to satisfy the request. The actual number
326 uint64_t request;
339 request = *inval;
359 if (mp->m_resblks > request) {
360 lcounter = mp->m_resblks_avail - request;
365 mp->m_resblks = request;
376 * If the request is larger than the current reservation, reserve the
378 * perform a partial reservation if the request exceeds free space.
380 * The code below estimates how many blocks it can request from
389 delta = request - mp->m_resblks;
390 mp->m_resblks = request;