Searched refs:maxcount (Results 1 – 6 of 6) sorted by relevance
2867 unsigned long maxcount; in nfsd4_encode_read() local2878 maxcount = svc_max_payload(resp->rqstp); in nfsd4_encode_read()2879 if (maxcount > read->rd_length) in nfsd4_encode_read()2880 maxcount = read->rd_length; in nfsd4_encode_read()2882 len = maxcount; in nfsd4_encode_read()2887 maxcount -= len; in nfsd4_encode_read()2901 &maxcount); in nfsd4_encode_read()2905 eof = (read->rd_offset + maxcount >= in nfsd4_encode_read()2909 WRITE32(maxcount); in nfsd4_encode_read()2913 resp->xbuf->page_len = maxcount; in nfsd4_encode_read()[all …]
1433 u32 maxcount = 0, rlen = 0; in nfsd4_read_rsize() local1435 maxcount = svc_max_payload(rqstp); in nfsd4_read_rsize()1438 if (rlen > maxcount) in nfsd4_read_rsize()1439 rlen = maxcount; in nfsd4_read_rsize()
208 if (list->count <= list->maxcount) { in add_list()675 static void logfs_init_candlist(struct candidate_list *list, int maxcount, in logfs_init_candlist() argument679 list->maxcount = maxcount; in logfs_init_candlist()
169 int maxcount; member
763 lgp->args.maxcount = PNFS_LAYOUT_MAXSIZE; in send_layoutget()
1912 encode_uint32(xdr, args->maxcount); in encode_layoutget()1920 args->maxcount); in encode_layoutget()