#include "udfdecl.h"
#include <linux/blkdev.h>
#include <linux/slab.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/parser.h>
#include <linux/stat.h>
#include <linux/cdrom.h>
#include <linux/nls.h>
#include <linux/buffer_head.h>
#include <linux/vfs.h>
#include <linux/vmalloc.h>
#include <linux/errno.h>
#include <linux/mount.h>
#include <linux/seq_file.h>
#include <linux/bitmap.h>
#include <linux/crc-itu-t.h>
#include <linux/log2.h>
#include <asm/byteorder.h>
#include "udf_sb.h"
#include "udf_i.h"
#include <linux/init.h>
#include <asm/uaccess.h>
Go to the source code of this file.
|
enum | { UDF_MAX_LINKS = 0xffff
} |
|
enum | {
Opt_novrs,
Opt_nostrict,
Opt_bs,
Opt_unhide,
Opt_undelete,
Opt_noadinicb,
Opt_adinicb,
Opt_shortad,
Opt_longad,
Opt_gid,
Opt_uid,
Opt_umask,
Opt_session,
Opt_lastblock,
Opt_anchor,
Opt_volume,
Opt_partition,
Opt_fileset,
Opt_rootdir,
Opt_utf8,
Opt_iocharset,
Opt_err,
Opt_uforget,
Opt_uignore,
Opt_gforget,
Opt_gignore,
Opt_fmode,
Opt_dmode
} |
|
#define UDF_DEFAULT_BLOCKSIZE 2048 |
#define VDS_POS_IMP_USE_VOL_DESC 4 |
#define VDS_POS_LOGICAL_VOL_DESC 2 |
#define VDS_POS_PARTITION_DESC 3 |
#define VDS_POS_PRIMARY_VOL_DESC 0 |
#define VDS_POS_TERMINATING_DESC 6 |
#define VDS_POS_UNALLOC_SPACE_DESC 1 |
#define VDS_POS_VOL_DESC_PTR 5 |
- Enumerator:
-
Definition at line 79 of file super.c.
- Enumerator:
Opt_novrs |
|
Opt_nostrict |
|
Opt_bs |
|
Opt_unhide |
|
Opt_undelete |
|
Opt_noadinicb |
|
Opt_adinicb |
|
Opt_shortad |
|
Opt_longad |
|
Opt_gid |
|
Opt_uid |
|
Opt_umask |
|
Opt_session |
|
Opt_lastblock |
|
Opt_anchor |
|
Opt_volume |
|
Opt_partition |
|
Opt_fileset |
|
Opt_rootdir |
|
Opt_utf8 |
|
Opt_iocharset |
|
Opt_err |
|
Opt_uforget |
|
Opt_uignore |
|
Opt_gforget |
|
Opt_gignore |
|
Opt_fmode |
|
Opt_dmode |
|
Definition at line 426 of file super.c.
module_init |
( |
init_udf_fs |
| ) |
|