|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include <linux/time.h>#include <linux/lockd/lockd.h>#include <linux/lockd/share.h>#include <linux/sunrpc/svc_xprt.h>Go to the source code of this file.
Data Structures | |
| struct | nlm_void |
Macros | |
| #define | NLMDBG_FACILITY NLMDBG_CLIENT |
| #define | cast_status(status) (status) |
| #define | nlmsvc_encode_norep nlmsvc_encode_void |
| #define | nlmsvc_decode_norep nlmsvc_decode_void |
| #define | nlmsvc_decode_testres nlmsvc_decode_void |
| #define | nlmsvc_decode_lockres nlmsvc_decode_void |
| #define | nlmsvc_decode_unlockres nlmsvc_decode_void |
| #define | nlmsvc_decode_cancelres nlmsvc_decode_void |
| #define | nlmsvc_decode_grantedres nlmsvc_decode_void |
| #define | nlmsvc_proc_none nlmsvc_proc_null |
| #define | nlmsvc_proc_test_res nlmsvc_proc_null |
| #define | nlmsvc_proc_lock_res nlmsvc_proc_null |
| #define | nlmsvc_proc_cancel_res nlmsvc_proc_null |
| #define | nlmsvc_proc_unlock_res nlmsvc_proc_null |
| #define | PROC(name, xargt, xrest, argt, rest, respsize) |
| #define | Ck (1+XDR_QUADLEN(NLM_MAXCOOKIELEN)) /* cookie */ |
| #define | St 1 /* status */ |
| #define | No (1+1024/4) /* Net Obj */ |
| #define | Rg 2 /* range - offset + size */ |
Functions | |
| void | nlmsvc_release_call (struct nlm_rqst *call) |
Variables | |
| struct svc_procedure | nlmsvc_procedures [] |
| #define Ck (1+XDR_QUADLEN(NLM_MAXCOOKIELEN)) /* cookie */ |
| #define NLMDBG_FACILITY NLMDBG_CLIENT |
| #define nlmsvc_decode_cancelres nlmsvc_decode_void |
| #define nlmsvc_decode_grantedres nlmsvc_decode_void |
| #define nlmsvc_decode_lockres nlmsvc_decode_void |
| #define nlmsvc_decode_norep nlmsvc_decode_void |
| #define nlmsvc_decode_testres nlmsvc_decode_void |
| #define nlmsvc_decode_unlockres nlmsvc_decode_void |
| #define nlmsvc_encode_norep nlmsvc_encode_void |
| struct svc_procedure nlmsvc_procedures[] |
1.8.2