|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/init.h>#include <linux/statfs.h>#include <linux/parser.h>#include <linux/magic.h>#include <linux/sched.h>#include <linux/slab.h>#include <linux/writeback.h>#include "affs.h"Go to the source code of this file.
Enumerations | |
| enum | { Opt_bs, Opt_mode, Opt_mufs, Opt_prefix, Opt_protect, Opt_reserved, Opt_root, Opt_setgid, Opt_setuid, Opt_verbose, Opt_volume, Opt_ignore, Opt_err } |
Functions | |
| void | affs_mark_sb_dirty (struct super_block *sb) |
| MODULE_DESCRIPTION ("Amiga filesystem support for Linux") | |
| MODULE_LICENSE ("GPL") | |
Variables | |
| struct timezone | sys_tz |
| anonymous enum |
| void affs_mark_sb_dirty | ( | struct super_block * | sb | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2