Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
fscache-index.c File Reference
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/mm.h>
#include <linux/nfs_fs.h>
#include <linux/nfs_fs_sb.h>
#include <linux/in6.h>
#include "internal.h"
#include "fscache.h"

Go to the source code of this file.

Data Structures

struct  nfs_server_key
 
struct  nfs_fscache_inode_auxdata
 

Macros

#define NFSDBG_FACILITY   NFSDBG_FSCACHE
 

Functions

int nfs_fscache_register (void)
 
void nfs_fscache_unregister (void)
 

Variables

struct fscache_netfs nfs_fscache_netfs
 
struct fscache_cookie_def nfs_fscache_server_index_def
 
struct fscache_cookie_def nfs_fscache_super_index_def
 
struct fscache_cookie_def nfs_fscache_inode_object_def
 

Macro Definition Documentation

#define NFSDBG_FACILITY   NFSDBG_FSCACHE

Definition at line 23 of file fscache-index.c.

Function Documentation

int nfs_fscache_register ( void  )

Definition at line 38 of file fscache-index.c.

void nfs_fscache_unregister ( void  )

Definition at line 46 of file fscache-index.c.

Variable Documentation

struct fscache_cookie_def nfs_fscache_inode_object_def
Initial value:
= {
.name = "NFS.fh",
.get_key = nfs_fscache_inode_get_key,
.get_attr = nfs_fscache_inode_get_attr,
.get_aux = nfs_fscache_inode_get_aux,
.check_aux = nfs_fscache_inode_check_aux,
.now_uncached = nfs_fscache_inode_now_uncached,
.get_context = nfs_fh_get_context,
.put_context = nfs_fh_put_context,
}

Definition at line 327 of file fscache-index.c.

struct fscache_netfs nfs_fscache_netfs
Initial value:
= {
.name = "nfs",
.version = 0,
}

Definition at line 30 of file fscache-index.c.

struct fscache_cookie_def nfs_fscache_server_index_def
Initial value:
= {
.name = "NFS.server",
.get_key = nfs_server_get_key,
}

Definition at line 110 of file fscache-index.c.

struct fscache_cookie_def nfs_fscache_super_index_def
Initial value:
= {
.name = "NFS.super",
.get_key = nfs_super_get_key,
}

Definition at line 144 of file fscache-index.c.