Lines Matching defs:count
178 argp->count, argp->offset);
181 * status, 17 words for fattr, and 1 word for the byte count.
184 if (NFSSVC_MAXBLKSIZE_V2 < argp->count) {
189 argp->count);
190 argp->count = NFSSVC_MAXBLKSIZE_V2;
192 svc_reserve_auth(rqstp, (19<<2) + argp->count + 4);
194 resp->count = argp->count;
198 &resp->count,
559 int count;
564 argp->count, argp->cookie);
567 count = (argp->count >> 2) - 2;
570 count -= 2;
571 if (count < 0)
572 count = 0;
576 resp->buflen = count;
583 resp->count = resp->buffer - argp->buffer;