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

/linux-master/fs/nfsd/
H A Dnfs4xdr.c2436 int max_reply = auth_slack + 8; /* opcnt, status */ local
2444 max_reply += XDR_UNIT;
2455 max_reply += xdr_align_size(argp->taglen);
2506 max_reply += nfsd4_max_reply(argp->rqstp, op);
2514 max_reply += NFS4_OPAQUE_LIMIT;
2524 svc_reserve(argp->rqstp, max_reply + readbytes);
2528 if (readcount > 1 || max_reply > PAGE_SIZE - auth_slack)

Completed in 112 milliseconds