Home
last modified time | relevance | path

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

/linux/fs/lockd/
H A Dclnt4xdr.c22 #if (NLMCLNT_OHSIZE > XDR_MAX_NETOBJ)
26 #if (NLMCLNT_OHSIZE > NLM_MAXSTRLEN)
36 #define NLM4_caller_sz (1+(NLMCLNT_OHSIZE>>2))
37 #define NLM4_owner_sz (1+(NLMCLNT_OHSIZE>>2))
H A Dclntxdr.c23 #if (NLMCLNT_OHSIZE > XDR_MAX_NETOBJ)
32 #define NLM_caller_sz (1+(NLMCLNT_OHSIZE>>2))
33 #define NLM_owner_sz (1+(NLMCLNT_OHSIZE>>2))
H A Dsvclock.c431 if (lock->oh.len > NLMCLNT_OHSIZE) { in nlmsvc_setgrantargs()
/linux/include/linux/lockd/
H A Dlockd.h138 #define NLMCLNT_OHSIZE ((__NEW_UTS_LEN) + 10u) macro
147 u8 a_owner[NLMCLNT_OHSIZE];