|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | mke2fs_defaults |
Macros | |
| #define | ZAP_BOOTBLOCK |
| #define | STRIDE_LENGTH 8 |
| #define | BSD_DISKMAGIC (0x82564557UL) /* The disk magic number */ |
| #define | BSD_MAGICDISK (0x57455682UL) /* The disk magic number reversed */ |
| #define | BSD_LABEL_OFFSET 64 |
| #define | BLOCK_BITS (Ext2Sys->ext2_sb->s_log_block_size + 10) |
Variables | |
| int | inode_ratio = 4096 |
| BOOLEAN | bLocked = FALSE |
| static char | default_str [] = "default" |
| struct mke2fs_defaults | settings [] |
| #define BLOCK_BITS (Ext2Sys->ext2_sb->s_log_block_size + 10) |
| #define BSD_LABEL_OFFSET 64 |
| #define STRIDE_LENGTH 8 |
| bool create_journal_dev | ( | PEXT2_FILESYS | fs | ) |
Definition at line 654 of file Mke2fs.c.
| bool create_lost_and_found | ( | PEXT2_FILESYS | Ext2Sys | ) |
Definition at line 392 of file Mke2fs.c.
Referenced by Ext2Format().
| bool create_root_dir | ( | PEXT2_FILESYS | fs | ) |
Definition at line 364 of file Mke2fs.c.
Referenced by Ext2Format().
| bool ext2_flush | ( | PEXT2_FILESYS | fs | ) |
Definition at line 525 of file Mke2fs.c.
Referenced by Ext2Format().
| bool ext2_mkdir | ( | PEXT2_FILESYS | fs, |
| ULONG | parent, | ||
| ULONG | inum, | ||
| char * | name, | ||
| ULONG * | no, | ||
| PEXT2_INODE | pid | ||
| ) |
Definition at line 233 of file Mke2fs.c.
Referenced by create_lost_and_found(), and create_root_dir().
| void ext2_update_dynamic_rev | ( | PEXT2_FILESYS | fs | ) |
| BOOLEAN NTAPI Ext2Chkdsk | ( | IN PUNICODE_STRING | DriveRoot, |
| IN PFMIFSCALLBACK | Callback, | ||
| IN BOOLEAN | FixErrors, | ||
| IN BOOLEAN | Verbose, | ||
| IN BOOLEAN | CheckOnlyIfDirty, | ||
| IN BOOLEAN | ScanDrive, | ||
| IN PVOID | pUnknown1, | ||
| IN PVOID | pUnknown2, | ||
| IN PVOID | pUnknown3, | ||
| IN PVOID | pUnknown4, | ||
| IN PULONG | ExitStatus | ||
| ) |
| ULONG Ext2DataBlocks | ( | PEXT2_FILESYS | Ext2Sys, |
| ULONG | TotalBlocks | ||
| ) |
Definition at line 698 of file Mke2fs.c.
Referenced by create_lost_and_found(), ext2_expand_inode(), and ext2_write_inode().
| BOOLEAN NTAPI Ext2Format | ( | IN PUNICODE_STRING | DriveRoot, |
| IN PFMIFSCALLBACK | Callback, | ||
| IN BOOLEAN | QuickFormat, | ||
| IN BOOLEAN | BackwardCompatible, | ||
| IN MEDIA_TYPE | MediaType, | ||
| IN PUNICODE_STRING | Label, | ||
| IN ULONG | ClusterSize | ||
| ) |
Definition at line 803 of file Mke2fs.c.
| ULONG Ext2TotalBlocks | ( | PEXT2_FILESYS | Ext2Sys, |
| ULONG | DataBlocks | ||
| ) |
Definition at line 750 of file Mke2fs.c.
Referenced by create_lost_and_found().
| void set_fs_defaults | ( | const char * | fs_type, |
| PEXT2_SUPER_BLOCK | super, | ||
| int | blocksize, | ||
| int * | inode_ratio | ||
| ) |
Definition at line 70 of file Mke2fs.c.
Referenced by Ext2Format().
| bool write_primary_superblock | ( | PEXT2_FILESYS | Ext2Sys, |
| PEXT2_SUPER_BLOCK | super | ||
| ) |
Definition at line 492 of file Mke2fs.c.
Referenced by ext2_flush().
| bool zap_sector | ( | PEXT2_FILESYS | Ext2Sys, |
| int | sect, | ||
| int | nsect | ||
| ) |
Definition at line 187 of file Mke2fs.c.
Referenced by Ext2Format().
Definition at line 122 of file Mke2fs.c.
Referenced by create_journal_dev(), Ext2Format(), and write_inode_tables().
Definition at line 19 of file Mke2fs.c.
Referenced by EngDeleteDriverObj(), Ext2Format(), and IntGetOutlineTextMetrics().
|
static |
Definition at line 52 of file Mke2fs.c.
Referenced by set_fs_defaults().
| int inode_ratio = 4096 |
Definition at line 17 of file Mke2fs.c.
Referenced by ext2_initialize_sb(), Ext2Format(), and set_fs_defaults().
| struct mke2fs_defaults settings[] |
Referenced by AddInfoFields(), connections_on_initdialog(), exec_print(), find_app_settings(), find_ffp_frag_shader(), fragment_prog_arbfp(), gen_arbfp_ffp_shader(), gen_ffp_frag_op(), get_system_proxy_autoconfig_url(), CDesktopFolderViewCB::IsProgmanHostedBrowser(), LoadAllSettings(), FxPkgPnp::PnpCheckAndIncrementRestartCount(), FxPkgPdo::PowerNotifyParentChildWakeArmed(), FxPkgPdo::PowerNotifyParentChildWakeDisarmed(), QueryActCtxSettingsW(), RtlQueryActivationContextApplicationSettings(), SaveAllSettings(), set_default_templates(), set_fs_defaults(), set_glsl_shader_program(), set_head_text(), set_print_template(), set_tex_op_atifs(), shader_glsl_ffp_vertex_lighting(), shader_glsl_ffp_vertex_lighting_footer(), shader_glsl_find_ffp_vertex_shader(), shader_glsl_generate_ffp_fragment_shader(), shader_glsl_generate_ffp_vertex_shader(), test_CreateViewWindow(), test_IFolderView(), test_multi_encoder(), test_multi_encoder_impl(), and wined3d_ffp_get_vs_settings().