Searched refs:maxcount (Results 1 - 8 of 8) sorted by relevance

/fs/nfsd/
H A Dnfs4xdr.c3105 struct file *file, unsigned long maxcount)
3119 read->rd_offset, &maxcount);
3130 eof = (read->rd_offset + maxcount >=
3134 *(p++) = htonl(maxcount);
3136 buf->page_len = maxcount;
3137 buf->len += maxcount;
3138 xdr->page_ptr += (buf->page_base + maxcount + PAGE_SIZE - 1)
3145 if (maxcount&3) {
3146 int pad = 4 - (maxcount&3);
3150 buf->tail[0].iov_base += maxcount
3102 nfsd4_encode_splice_read( struct nfsd4_compoundres *resp, struct nfsd4_read *read, struct file *file, unsigned long maxcount) argument
3163 nfsd4_encode_readv(struct nfsd4_compoundres *resp, struct nfsd4_read *read, struct file *file, unsigned long maxcount) argument
3226 unsigned long maxcount; local
3276 int maxcount; local
3321 int maxcount; local
[all...]
H A Dnfs4proc.c1559 u32 maxcount = 0, rlen = 0; local
1561 maxcount = svc_max_payload(rqstp);
1562 rlen = min(op->u.read.rd_length, maxcount);
1569 u32 maxcount = 0, rlen = 0; local
1571 maxcount = svc_max_payload(rqstp);
1572 rlen = min(op->u.readdir.rd_maxcount, maxcount);
/fs/logfs/
H A Dgc.c208 if (list->count <= list->maxcount) {
675 static void logfs_init_candlist(struct candidate_list *list, int maxcount, argument
679 list->maxcount = maxcount;
H A Dlogfs.h169 int maxcount; member in struct:candidate_list
/fs/nfs/
H A Dpnfs_dev.c109 * GETDEVICEINFO's maxcount
139 pdev->maxcount = max_resp_sz - nfs41_maxgetdevinfo_overhead;
H A Dpnfs.h166 unsigned int maxcount; /* gdia_maxcount */ member in struct:pnfs_device
H A Dpnfs.c806 lgp->args.maxcount = PNFS_LAYOUT_MAXSIZE;
H A Dnfs4xdr.c368 1 /* maxcount */ + \
1930 *p++ = cpu_to_be32(args->pdev->maxcount); /* gdia_maxcount */
1953 encode_uint32(xdr, args->maxcount);
1961 args->maxcount);

Completed in 57 milliseconds