Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
nfscache.c File Reference
#include <linux/slab.h>
#include "nfsd.h"
#include "cache.h"

Go to the source code of this file.

Macros

#define CACHESIZE   1024
 
#define HASHSIZE   64
 

Functions

int nfsd_reply_cache_init (void)
 
void nfsd_reply_cache_shutdown (void)
 
int nfsd_cache_lookup (struct svc_rqst *rqstp)
 
void nfsd_cache_update (struct svc_rqst *rqstp, int cachetype, __be32 *statp)
 

Macro Definition Documentation

#define CACHESIZE   1024

Definition at line 22 of file nfscache.c.

#define HASHSIZE   64

Definition at line 23 of file nfscache.c.

Function Documentation

int nfsd_cache_lookup ( struct svc_rqst rqstp)

Definition at line 121 of file nfscache.c.

void nfsd_cache_update ( struct svc_rqst rqstp,
int  cachetype,
__be32 statp 
)

Definition at line 258 of file nfscache.c.

int nfsd_reply_cache_init ( void  )

Definition at line 48 of file nfscache.c.

void nfsd_reply_cache_shutdown ( void  )

Definition at line 78 of file nfscache.c.