|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/init.h>#include <linux/buffer_head.h>#include <linux/parser.h>#include <linux/mount.h>#include <linux/seq_file.h>#include <linux/slab.h>#include <linux/statfs.h>#include <linux/user_namespace.h>#include "adfs.h"#include "dir_f.h"#include "dir_fplus.h"Go to the source code of this file.
Macros | |
| #define | ADFS_DEFAULT_OWNER_MASK S_IRWXU |
| #define | ADFS_DEFAULT_OTHER_MASK (S_IRWXG | S_IRWXO) |
Enumerations | |
| enum | { Opt_uid, Opt_gid, Opt_ownmask, Opt_othmask, Opt_ftsuffix, Opt_err } |
Functions | |
| void | __adfs_error (struct super_block *sb, const char *function, const char *fmt,...) |
| anonymous enum |
1.8.2