ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

Memory.c File Reference
#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

chardevice_name

Generated on Fri May 25 2012 06:02:09 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.