Home
last modified time | relevance | path

Searched refs:NLMCLNT_OHSIZE (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/lockd/
Dclnt4xdr.c21 #if (NLMCLNT_OHSIZE > XDR_MAX_NETOBJ)
25 #if (NLMCLNT_OHSIZE > NLM_MAXSTRLEN)
35 #define NLM4_caller_sz (1+(NLMCLNT_OHSIZE>>2))
36 #define NLM4_owner_sz (1+(NLMCLNT_OHSIZE>>2))
Dclntxdr.c22 #if (NLMCLNT_OHSIZE > XDR_MAX_NETOBJ)
31 #define NLM_caller_sz (1+(NLMCLNT_OHSIZE>>2))
32 #define NLM_owner_sz (1+(NLMCLNT_OHSIZE>>2))
Dsvclock.c349 if (lock->oh.len > NLMCLNT_OHSIZE) { in nlmsvc_setgrantargs()
/linux-4.4.14/include/linux/lockd/
Dlockd.h135 #define NLMCLNT_OHSIZE ((__NEW_UTS_LEN) + 10u) macro
144 u8 a_owner[NLMCLNT_OHSIZE];