#include <linux/stddef.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/string.h>
#include <linux/spinlock.h>
#include <linux/blkdev.h>
#include <linux/backing-dev.h>
#include <linux/buffer_head.h>
#include <linux/vfs.h>
#include <linux/moduleparam.h>
#include <linux/bitmap.h>
#include "sysctl.h"
#include "logfile.h"
#include "quota.h"
#include "usnjrnl.h"
#include "dir.h"
#include "debug.h"
#include "index.h"
#include "inode.h"
#include "aops.h"
#include "layout.h"
#include "malloc.h"
#include "ntfs.h"
Go to the source code of this file.
Value:
goto needs_arg; \
goto needs_val; \
}
Value:
if (!simple_getbool(
v, &val)) \
goto needs_bool; \
}
Value:
goto needs_arg; \
goto needs_val; \
goto needs_val; \
}
Value:
goto needs_arg; \
goto needs_val; \
}
Value:
int _i; \
goto needs_arg; \
variable = 0; \
for (_i = 0; opt_array[_i].str && *opt_array[_i].str; _i++) \
variable |= opt_array[_i].val; \
break; \
} \
if (!opt_array[_i].
str || !*opt_array[_i].
str) \
goto needs_val; \
}
Value:
goto needs_arg; \
goto needs_val; \
goto needs_val; \
}
Value:
else { \
goto needs_val; \
} \
}
- Enumerator:
ON_ERRORS_PANIC |
|
ON_ERRORS_REMOUNT_RO |
|
ON_ERRORS_CONTINUE |
|
ON_ERRORS_RECOVER |
|
Definition at line 56 of file super.c.
MODULE_DESCRIPTION |
( |
"NTFS 1.2/3.x driver - Copyright (c) 2001-2011 Anton Altaparmakov and Tuxera Inc." |
| ) |
|
MODULE_VERSION |
( |
NTFS_VERSION |
| ) |
|
Initial value:
Definition at line 65 of file super.c.