Linux Kernel
3.7.1
|
#include <linux/sunrpc/svc.h>
Go to the source code of this file.
Data Structures | |
struct | svc_cacherep |
Macros | |
#define | c_replvec c_u.u_vec |
#define | c_replstat c_u.u_status |
#define | RC_DELAY (HZ/5) |
Enumerations | |
enum | { RC_UNUSED, RC_INPROG, RC_DONE } |
enum | { RC_DROPIT, RC_REPLY, RC_DOIT, RC_INTR } |
enum | { RC_NOCACHE, RC_REPLSTAT, RC_REPLBUFF } |
Functions | |
int | nfsd_reply_cache_init (void) |
void | nfsd_reply_cache_shutdown (void) |
int | nfsd_cache_lookup (struct svc_rqst *) |
void | nfsd_cache_update (struct svc_rqst *, int, __be32 *) |
anonymous enum |
anonymous enum |
Definition at line 121 of file nfscache.c.
Definition at line 258 of file nfscache.c.
Definition at line 48 of file nfscache.c.
Definition at line 78 of file nfscache.c.