Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/lockd/
H A Dxdr.h26 #define NLM_MAXCOOKIELEN 32 macro
55 unsigned char data[NLM_MAXCOOKIELEN];
/OK3568_Linux_fs/kernel/fs/lockd/
H A Dxdr.c58 else if(len<=NLM_MAXCOOKIELEN) in nlm_decode_cookie()
68 len, NLM_MAXCOOKIELEN); in nlm_decode_cookie()
H A Dxdr4.c58 else if(len<=NLM_MAXCOOKIELEN) in nlm4_decode_cookie()
68 len, NLM_MAXCOOKIELEN); in nlm4_decode_cookie()
H A Dclnt4xdr.c35 #define NLM4_cookie_sz (1+(NLM_MAXCOOKIELEN>>2))
152 if (length > NLM_MAXCOOKIELEN) in decode_cookie()
H A Dclntxdr.c31 #define NLM_cookie_sz (1+(NLM_MAXCOOKIELEN>>2))
149 if (length > NLM_MAXCOOKIELEN) in decode_cookie()
H A Dsvcproc.c544 #define Ck (1+XDR_QUADLEN(NLM_MAXCOOKIELEN)) /* cookie */
H A Dsvc4proc.c502 #define Ck (1+XDR_QUADLEN(NLM_MAXCOOKIELEN)) /* cookie */
H A Dsvclock.c64 static char buf[2*NLM_MAXCOOKIELEN+1]; in nlmdbg_cookie2a()