Home
last modified time | relevance | path

Searched refs:NLM_MAXCOOKIELEN (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/include/linux/lockd/
Dxdr.h26 #define NLM_MAXCOOKIELEN 32 macro
55 unsigned char data[NLM_MAXCOOKIELEN];
/Linux-v4.19/fs/lockd/
Dxdr.c58 else if(len<=NLM_MAXCOOKIELEN) in nlm_decode_cookie()
68 len, NLM_MAXCOOKIELEN); in nlm_decode_cookie()
Dxdr4.c58 else if(len<=NLM_MAXCOOKIELEN) in nlm4_decode_cookie()
68 len, NLM_MAXCOOKIELEN); in nlm4_decode_cookie()
Dclnt4xdr.c35 #define NLM4_cookie_sz (1+(NLM_MAXCOOKIELEN>>2))
173 if (length > NLM_MAXCOOKIELEN) in decode_cookie()
Dclntxdr.c31 #define NLM_cookie_sz (1+(NLM_MAXCOOKIELEN>>2))
170 if (length > NLM_MAXCOOKIELEN) in decode_cookie()
Dsvc4proc.c507 #define Ck (1+XDR_QUADLEN(NLM_MAXCOOKIELEN)) /* cookie */
Dsvcproc.c550 #define Ck (1+XDR_QUADLEN(NLM_MAXCOOKIELEN)) /* cookie */
Dsvclock.c64 static char buf[2*NLM_MAXCOOKIELEN+1]; in nlmdbg_cookie2a()