Lines Matching defs:count
148 unsigned long cnt = min(argp->count, max_blocksize);
152 (unsigned long) argp->count,
156 * 1 (status) + 22 (post_op_attr) + 1 (count) + 1 (eof)
157 * + 1 (xdr opaque byte count) = 26
159 resp->count = cnt;
160 svc_reserve_auth(rqstp, ((1 + NFS3_POST_OP_ATTR_WORDS + 3)<<2) + resp->count +4);
164 rqstp->rq_vec, argp->vlen, &resp->count,
202 resp->count = cnt;
437 int count = 0;
443 argp->count, (u32) argp->cookie);
447 count = (argp->count >> 2) - 2;
452 resp->buflen = count;
459 count = 0;
465 count += (caddr_t)resp->buffer - page_addr;
468 count += PAGE_SIZE;
470 resp->count = count >> 2;
497 int count = 0;
504 argp->count, (u32) argp->cookie);
506 /* Convert byte count to number of words (i.e. >> 2),
508 resp->count = (argp->count >> 2) - 2;
515 resp->buflen = resp->count;
536 count += (caddr_t)resp->buffer - page_addr;
539 count += PAGE_SIZE;
541 resp->count = count >> 2;
671 argp->count,
681 argp->count, resp->verf);