|
Linux Kernel
3.7.1
|
#include "hpfs_fn.h"#include <linux/module.h>#include <linux/parser.h>#include <linux/init.h>#include <linux/statfs.h>#include <linux/magic.h>#include <linux/sched.h>#include <linux/bitmap.h>#include <linux/slab.h>Go to the source code of this file.
Enumerations | |
| enum | { Opt_help, Opt_uid, Opt_gid, Opt_umask, Opt_case_lower, Opt_case_asis, Opt_check_none, Opt_check_normal, Opt_check_strict, Opt_err_cont, Opt_err_ro, Opt_err_panic, Opt_eas_no, Opt_eas_ro, Opt_eas_rw, Opt_chkdsk_no, Opt_chkdsk_errors, Opt_chkdsk_always, Opt_timeshift, Opt_err } |
Functions | |
| void | hpfs_error (struct super_block *s, const char *fmt,...) |
| int | hpfs_stop_cycles (struct super_block *s, int key, int *c1, int *c2, char *msg) |
| unsigned | hpfs_count_one_bitmap (struct super_block *s, secno secno) |
| anonymous enum |
| unsigned hpfs_count_one_bitmap | ( | struct super_block * | s, |
| secno | secno | ||
| ) |
| void hpfs_error | ( | struct super_block * | s, |
| const char * | fmt, | ||
| ... | |||
| ) |
1.8.2