#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.
|
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
} |
|
#define _STRINGIFY |
( |
|
x | ) |
#x |
- 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.
MODULE_DESCRIPTION |
( |
"Ceph filesystem for Linux" |
| ) |
|
module_exit |
( |
exit_ceph |
| ) |
|
module_init |
( |
init_ceph |
| ) |
|