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

Go to the source code of this file.

Macros

#define FSCACHE_DEBUG_LEVEL   CACHE
 

Functions

 EXPORT_SYMBOL (fscache_fsdef_index)
 

Variables

struct fscache_cookie fscache_fsdef_index
 
struct fscache_cookie_def fscache_fsdef_netfs_def
 

Macro Definition Documentation

#define FSCACHE_DEBUG_LEVEL   CACHE

Definition at line 12 of file fsdef.c.

Function Documentation

EXPORT_SYMBOL ( fscache_fsdef_index  )

Variable Documentation

struct fscache_cookie fscache_fsdef_index
Initial value:
= {
.usage = ATOMIC_INIT(1),
.backing_objects = HLIST_HEAD_INIT,
.def = &fscache_fsdef_index_def,
}

Definition at line 56 of file fsdef.c.

struct fscache_cookie_def fscache_fsdef_netfs_def
Initial value:
= {
.name = "FSDEF.netfs",
.get_key = fscache_fsdef_netfs_get_key,
.get_aux = fscache_fsdef_netfs_get_aux,
.check_aux = fscache_fsdef_netfs_check_aux,
}

Definition at line 69 of file fsdef.c.