Lines Matching defs:count
183 argp->count, argp->offset);
185 argp->count = min_t(u32, argp->count, NFSSVC_MAXBLKSIZE_V2);
186 argp->count = min_t(u32, argp->count, rqstp->rq_res.buflen);
191 * status, 17 words for fattr, and 1 word for the byte count.
193 svc_reserve_auth(rqstp, (19<<2) + argp->count + 4);
195 resp->count = argp->count;
198 &resp->count, &eof);
553 u32 count)
561 buf->buflen = clamp(count, (u32)(XDR_UNIT * 2), (u32)PAGE_SIZE);
581 argp->count, argp->cookie);
583 nfsd_init_dirlist_pages(rqstp, resp, argp->count);