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

Go to the source code of this file.

Variables

struct fscache_netfs afs_cache_netfs
 
struct fscache_cookie_def afs_cell_cache_index_def
 
struct fscache_cookie_def afs_vlocation_cache_index_def
 
struct fscache_cookie_def afs_volume_cache_index_def
 
struct fscache_cookie_def afs_vnode_cache_index_def
 

Variable Documentation

struct fscache_netfs afs_cache_netfs
Initial value:
= {
.name = "afs",
.version = 0,
}

Definition at line 44 of file cache.c.

struct fscache_cookie_def afs_cell_cache_index_def
Initial value:
= {
.name = "AFS.cell",
.get_key = afs_cell_cache_get_key,
.get_aux = afs_cell_cache_get_aux,
.check_aux = afs_cell_cache_check_aux,
}

Definition at line 49 of file cache.c.

struct fscache_cookie_def afs_vlocation_cache_index_def
Initial value:
= {
.name = "AFS.vldb",
.get_key = afs_vlocation_cache_get_key,
.get_aux = afs_vlocation_cache_get_aux,
.check_aux = afs_vlocation_cache_check_aux,
}

Definition at line 57 of file cache.c.

struct fscache_cookie_def afs_vnode_cache_index_def
Initial value:
= {
.name = "AFS.vnode",
.get_key = afs_vnode_cache_get_key,
.get_attr = afs_vnode_cache_get_attr,
.get_aux = afs_vnode_cache_get_aux,
.check_aux = afs_vnode_cache_check_aux,
.now_uncached = afs_vnode_cache_now_uncached,
}

Definition at line 71 of file cache.c.

struct fscache_cookie_def afs_volume_cache_index_def
Initial value:
= {
.name = "AFS.volume",
.get_key = afs_volume_cache_get_key,
}

Definition at line 65 of file cache.c.