Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Enumerations | Functions | Variables
super.c File Reference
#include <linux/ceph/ceph_debug.h>
#include <linux/backing-dev.h>
#include <linux/ctype.h>
#include <linux/fs.h>
#include <linux/inet.h>
#include <linux/in6.h>
#include <linux/module.h>
#include <linux/mount.h>
#include <linux/parser.h>
#include <linux/sched.h>
#include <linux/seq_file.h>
#include <linux/slab.h>
#include <linux/statfs.h>
#include <linux/string.h>
#include "super.h"
#include "mds_client.h"
#include <linux/ceph/ceph_features.h>
#include <linux/ceph/decode.h>
#include <linux/ceph/mon_client.h>
#include <linux/ceph/auth.h>
#include <linux/ceph/debugfs.h>

Go to the source code of this file.

Macros

#define _STRINGIFY(x)   #x
 
#define STRINGIFY(x)   _STRINGIFY(x)
 

Enumerations

enum  {
  Opt_wsize, Opt_rsize, Opt_rasize, Opt_caps_wanted_delay_min,
  Opt_caps_wanted_delay_max, Opt_cap_release_safety, Opt_readdir_max_entries, Opt_readdir_max_bytes,
  Opt_congestion_kb, Opt_last_int, Opt_snapdirname, Opt_last_string,
  Opt_dirstat, Opt_nodirstat, Opt_rbytes, Opt_norbytes,
  Opt_asyncreaddir, Opt_noasyncreaddir, Opt_dcache, Opt_nodcache,
  Opt_ino32, Opt_noino32
}
 

Functions

 module_init (init_ceph)
 
 module_exit (exit_ceph)
 
 MODULE_AUTHOR ("Sage Weil <[email protected]>")
 
 MODULE_AUTHOR ("Yehuda Sadeh <[email protected]>")
 
 MODULE_AUTHOR ("Patience Warnick <[email protected]>")
 
 MODULE_DESCRIPTION ("Ceph filesystem for Linux")
 
 MODULE_LICENSE ("GPL")
 

Variables

struct kmem_cacheceph_inode_cachep
 
struct kmem_cacheceph_cap_cachep
 
struct kmem_cacheceph_dentry_cachep
 
struct kmem_cacheceph_file_cachep
 

Macro Definition Documentation

#define _STRINGIFY (   x)    #x

Definition at line 953 of file super.c.

#define STRINGIFY (   x)    _STRINGIFY(x)

Definition at line 954 of file super.c.

Enumeration Type Documentation

anonymous enum
Enumerator:
Opt_wsize 
Opt_rsize 
Opt_rasize 
Opt_caps_wanted_delay_min 
Opt_caps_wanted_delay_max 
Opt_cap_release_safety 
Opt_readdir_max_entries 
Opt_readdir_max_bytes 
Opt_congestion_kb 
Opt_last_int 
Opt_snapdirname 
Opt_last_string 
Opt_dirstat 
Opt_nodirstat 
Opt_rbytes 
Opt_norbytes 
Opt_asyncreaddir 
Opt_noasyncreaddir 
Opt_dcache 
Opt_nodcache 
Opt_ino32 
Opt_noino32 

Definition at line 115 of file super.c.

Function Documentation

MODULE_AUTHOR ( "Sage Weil <[email protected]>"  )
MODULE_AUTHOR ( "Yehuda Sadeh <[email protected]>"  )
MODULE_AUTHOR ( "Patience Warnick <[email protected]>"  )
MODULE_DESCRIPTION ( "Ceph filesystem for Linux"  )
module_exit ( exit_ceph  )
module_init ( init_ceph  )
MODULE_LICENSE ( "GPL"  )

Variable Documentation

struct kmem_cache* ceph_cap_cachep

Definition at line 573 of file super.c.

struct kmem_cache* ceph_dentry_cachep

Definition at line 574 of file super.c.

struct kmem_cache* ceph_file_cachep

Definition at line 575 of file super.c.

struct kmem_cache* ceph_inode_cachep

Definition at line 572 of file super.c.