Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfs4xdr.c2207 int auth_slack= argp->rqstp->rq_auth_slack; in nfsd4_decode_compound() local
2208 int max_reply = auth_slack + 8; /* opcnt, status */ in nfsd4_decode_compound()
2289 if (readcount > 1 || max_reply > PAGE_SIZE - auth_slack) in nfsd4_decode_compound()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfs4xdr.c2435 int auth_slack= argp->rqstp->rq_auth_slack; in nfsd4_decode_compound() local
2436 int max_reply = auth_slack + 8; /* opcnt, status */ in nfsd4_decode_compound()
2527 if (readcount > 1 || max_reply > PAGE_SIZE - auth_slack) in nfsd4_decode_compound()

Completed in 13 milliseconds