|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include <linux/sunrpc/xdr.h>#include <linux/sunrpc/clnt.h>#include <linux/sunrpc/stats.h>#include <linux/lockd/lockd.h>Go to the source code of this file.
Macros | |
| #define | NLMDBG_FACILITY NLMDBG_XDR |
| #define | NLM_cookie_sz (1+(NLM_MAXCOOKIELEN>>2)) |
| #define | NLM_caller_sz (1+(NLMCLNT_OHSIZE>>2)) |
| #define | NLM_owner_sz (1+(NLMCLNT_OHSIZE>>2)) |
| #define | NLM_fhandle_sz (1+(NFS2_FHSIZE>>2)) |
| #define | NLM_lock_sz (3+NLM_caller_sz+NLM_owner_sz+NLM_fhandle_sz) |
| #define | NLM_holder_sz (4+NLM_owner_sz) |
| #define | NLM_testargs_sz (NLM_cookie_sz+1+NLM_lock_sz) |
| #define | NLM_lockargs_sz (NLM_cookie_sz+4+NLM_lock_sz) |
| #define | NLM_cancargs_sz (NLM_cookie_sz+2+NLM_lock_sz) |
| #define | NLM_unlockargs_sz (NLM_cookie_sz+NLM_lock_sz) |
| #define | NLM_testres_sz (NLM_cookie_sz+1+NLM_holder_sz) |
| #define | NLM_res_sz (NLM_cookie_sz+1) |
| #define | NLM_norep_sz (0) |
| #define | nlm_xdr_dec_norep NULL |
| #define | PROC(proc, argtype, restype) |
Variables | |
| struct rpc_program | nlm_program |
| #define NLM_cancargs_sz (NLM_cookie_sz+2+NLM_lock_sz) |
| #define NLM_cookie_sz (1+(NLM_MAXCOOKIELEN>>2)) |
| #define NLM_fhandle_sz (1+(NFS2_FHSIZE>>2)) |
| #define NLM_holder_sz (4+NLM_owner_sz) |
| #define NLM_lock_sz (3+NLM_caller_sz+NLM_owner_sz+NLM_fhandle_sz) |
| #define NLM_lockargs_sz (NLM_cookie_sz+4+NLM_lock_sz) |
| #define NLM_res_sz (NLM_cookie_sz+1) |
| #define NLM_testargs_sz (NLM_cookie_sz+1+NLM_lock_sz) |
| #define NLM_testres_sz (NLM_cookie_sz+1+NLM_holder_sz) |
| #define NLM_unlockargs_sz (NLM_cookie_sz+NLM_lock_sz) |
| #define NLMDBG_FACILITY NLMDBG_XDR |
| #define PROC | ( | proc, | |
| argtype, | |||
| restype | |||
| ) |
| struct rpc_program nlm_program |
1.8.2