Home
last modified time | relevance | path

Searched refs:au_rslack (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/net/sunrpc/
Dauth_unix.c208 task->tk_rqstp->rq_cred->cr_auth->au_rslack = (size >> 2) + 2; in unx_validate()
238 .au_rslack = NUL_REPLYSLACK,
Dauth_null.c118 .au_rslack = NUL_REPLYSLACK,
/Linux-v4.19/include/linux/sunrpc/
Dauth.h93 unsigned int au_rslack; member
/Linux-v4.19/fs/nfs/
Dnfs2xdr.c78 replen = RPC_REPHDRSIZE + auth->au_rslack + bufsize; in prepare_reply_buffer()
Dnfs3xdr.c117 replen = RPC_REPHDRSIZE + auth->au_rslack + bufsize; in prepare_reply_buffer()
Dnfs4xdr.c1023 hdr->replen = RPC_REPHDRSIZE + auth->au_rslack + 3 + hdr->taglen; in encode_compound_hdr()
/Linux-v4.19/net/sunrpc/auth_gss/
Dauth_gss.c1055 auth->au_rslack = GSS_VERF_SLACK >> 2; in gss_create_new()
2017 cred->cr_auth->au_rslack = cred->cr_auth->au_verfsize + (p - savedp) in gss_unwrap_resp()