|
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 |
| bool | ext2_get_inode_lba (PEXT2_FILESYS Ext2Sys, ULONG no, LONGLONG *offset) |
| bool | ext2_load_inode (PEXT2_FILESYS Ext2Sys, ULONG no, PEXT2_INODE pInode) |
| bool | ext2_save_inode (PEXT2_FILESYS Ext2Sys, ULONG no, PEXT2_INODE pInode) |
| bool | ext2_new_inode (PEXT2_FILESYS fs, ULONG dir, int mode, PEXT2_INODE_BITMAP map, ULONG *ret) |
| bool | ext2_expand_block (PEXT2_FILESYS Ext2Sys, PEXT2_INODE Inode, ULONG dwContent, ULONG Index, int layer, ULONG newBlk, ULONG *dwRet, ULONG *off) |
| bool | ext2_expand_inode (PEXT2_FILESYS Ext2Sys, PEXT2_INODE Inode, ULONG newBlk) |
| bool | ext2_get_block (PEXT2_FILESYS Ext2Sys, ULONG dwContent, ULONG Index, int layer, ULONG *dwRet) |
| bool | ext2_block_map (PEXT2_FILESYS Ext2Sys, PEXT2_INODE inode, ULONG block, ULONG *dwRet) |
| ULONG | ext2_build_bdl (PEXT2_FILESYS Ext2Sys, PEXT2_INODE ext2_inode, IN ULONG offset, IN ULONG size, OUT PEXT2_BDL *ext2_bdl) |
| bool | ext2_read_inode (PEXT2_FILESYS Ext2Sys, ULONG ino, ULONG offset, PVOID Buffer, ULONG size, PULONG dwReturn) |
| bool | ext2_write_inode (PEXT2_FILESYS Ext2Sys, ULONG ino, ULONG offset, PVOID Buffer, ULONG size, PULONG dwReturn) |
| bool | ext2_add_entry (PEXT2_FILESYS Ext2Sys, ULONG parent, ULONG inode, int filetype, char *name) |
| bool | ext2_reserve_inodes (PEXT2_FILESYS fs) |
Variables |
| char * | device_name |
Generated on Sun May 27 2012 06:04:09 for ReactOS by
1.7.6.1
|