#include <linux/fs.h>
#include <linux/nfs.h>
#include <linux/sunrpc/xdr.h>
Go to the source code of this file.
|
int | nlmsvc_decode_testargs (struct svc_rqst *, __be32 *, struct nlm_args *) |
|
int | nlmsvc_encode_testres (struct svc_rqst *, __be32 *, struct nlm_res *) |
|
int | nlmsvc_decode_lockargs (struct svc_rqst *, __be32 *, struct nlm_args *) |
|
int | nlmsvc_decode_cancargs (struct svc_rqst *, __be32 *, struct nlm_args *) |
|
int | nlmsvc_decode_unlockargs (struct svc_rqst *, __be32 *, struct nlm_args *) |
|
int | nlmsvc_encode_res (struct svc_rqst *, __be32 *, struct nlm_res *) |
|
int | nlmsvc_decode_res (struct svc_rqst *, __be32 *, struct nlm_res *) |
|
int | nlmsvc_encode_void (struct svc_rqst *, __be32 *, void *) |
|
int | nlmsvc_decode_void (struct svc_rqst *, __be32 *, void *) |
|
int | nlmsvc_decode_shareargs (struct svc_rqst *, __be32 *, struct nlm_args *) |
|
int | nlmsvc_encode_shareres (struct svc_rqst *, __be32 *, struct nlm_res *) |
|
int | nlmsvc_decode_notify (struct svc_rqst *, __be32 *, struct nlm_args *) |
|
int | nlmsvc_decode_reboot (struct svc_rqst *, __be32 *, struct nlm_reboot *) |
|
Definition at line 34 of file xdr.h.
Definition at line 28 of file xdr.h.
Definition at line 31 of file xdr.h.
Definition at line 29 of file xdr.h.
Definition at line 32 of file xdr.h.
Definition at line 30 of file xdr.h.
#define NLM_MAXCOOKIELEN 32 |
Definition at line 25 of file xdr.h.
#define NLM_MAXSTRLEN 1024 |
Definition at line 26 of file xdr.h.
Definition at line 96 of file xdr.h.
#define SM_MAXSTRLEN 1024 |
Definition at line 16 of file xdr.h.
Definition at line 17 of file xdr.h.
Definition at line 72 of file xdr.h.