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

Go to the source code of this file.

Macros

#define FSCACHE_DEBUG_LEVEL   COOKIE
 

Functions

int __fscache_register_netfs (struct fscache_netfs *netfs)
 
 EXPORT_SYMBOL (__fscache_register_netfs)
 
void __fscache_unregister_netfs (struct fscache_netfs *netfs)
 
 EXPORT_SYMBOL (__fscache_unregister_netfs)
 

Macro Definition Documentation

#define FSCACHE_DEBUG_LEVEL   COOKIE

Definition at line 12 of file netfs.c.

Function Documentation

int __fscache_register_netfs ( struct fscache_netfs netfs)

Definition at line 22 of file netfs.c.

void __fscache_unregister_netfs ( struct fscache_netfs netfs)

Definition at line 87 of file netfs.c.

EXPORT_SYMBOL ( __fscache_register_netfs  )
EXPORT_SYMBOL ( __fscache_unregister_netfs  )