Go to the documentation of this file.
13 #include <linux/nfs.h>
16 #define SM_MAXSTRLEN 1024
17 #define SM_PRIV_SIZE 16
25 #define NLM_MAXCOOKIELEN 32
26 #define NLM_MAXSTRLEN 1024
28 #define nlm_granted cpu_to_be32(NLM_LCK_GRANTED)
29 #define nlm_lck_denied cpu_to_be32(NLM_LCK_DENIED)
30 #define nlm_lck_denied_nolocks cpu_to_be32(NLM_LCK_DENIED_NOLOCKS)
31 #define nlm_lck_blocked cpu_to_be32(NLM_LCK_BLOCKED)
32 #define nlm_lck_denied_grace_period cpu_to_be32(NLM_LCK_DENIED_GRACE_PERIOD)
34 #define nlm_drop_reply cpu_to_be32(30000)
96 #define NLMSVC_XDRSIZE sizeof(struct nlm_args)