|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include "Mke2fs.h"
#include <debug.h>
Go to the source code of this file.
Functions |
| int | ext2_group_of_ino (PEXT2_FILESYS fs, ULONG ino) |
| int | ext2_group_of_blk (PEXT2_FILESYS fs, ULONG blk) |
| void | ext2_inode_alloc_stats2 (PEXT2_FILESYS fs, ULONG ino, int inuse, int isdir) |
| void | ext2_inode_alloc_stats (PEXT2_FILESYS fs, ULONG ino, int inuse) |
| void | ext2_block_alloc_stats (PEXT2_FILESYS fs, ULONG blk, int inuse) |
| bool | ext2_allocate_tables (PEXT2_FILESYS Ext2Sys) |
| bool | ext2_allocate_group_table (PEXT2_FILESYS fs, ULONG group, PEXT2_BLOCK_BITMAP bmap) |
| bool | ext2_get_free_blocks (PEXT2_FILESYS fs, ULONG start, ULONG finish, int num, PEXT2_BLOCK_BITMAP map, ULONG *ret) |
| bool | write_inode_tables (PEXT2_FILESYS fs) |
| bool | ext2_new_block (PEXT2_FILESYS fs, ULONG goal, PEXT2_BLOCK_BITMAP map, ULONG *ret) |
| bool | ext2_alloc_block (PEXT2_FILESYS fs, ULONG goal, ULONG *ret) |
| bool | ext2_new_dir_block (PEXT2_FILESYS fs, ULONG dir_ino, ULONG parent_ino, char **block) |
| bool | ext2_write_block (PEXT2_FILESYS fs, ULONG block, void *inbuf) |
| bool | ext2_read_block (PEXT2_FILESYS fs, ULONG block, void *inbuf) |
Variables |
| char * | device_name |
Generated on Fri May 25 2012 06:02:09 for ReactOS by
1.7.6.1
|