ReactOS 0.4.16-dev-306-g647d351
|
#include "Mke2fs.h"
Go to the source code of this file.
Functions | |
int | test_root (int a, int b) |
bool | ext2_bg_has_super (PEXT2_SUPER_BLOCK pExt2Sb, int group_block) |
bool | ext2_allocate_group_desc (PEXT2_FILESYS Ext2Sys) |
void | ext2_free_group_desc (PEXT2_FILESYS Ext2Sys) |
bool ext2_allocate_group_desc | ( | PEXT2_FILESYS | Ext2Sys | ) |
Definition at line 43 of file Group.c.
Referenced by ext2_initialize_sb().
bool ext2_bg_has_super | ( | PEXT2_SUPER_BLOCK | pExt2Sb, |
int | group_block | ||
) |
Definition at line 30 of file Group.c.
Referenced by ext2_flush(), and ext2_initialize_sb().
void ext2_free_group_desc | ( | PEXT2_FILESYS | Ext2Sys | ) |
Definition at line 61 of file Group.c.
Referenced by ext2_initialize_sb(), and Ext2Format().
Definition at line 16 of file Group.c.
Referenced by ext2_bg_has_super().