ReactOS 0.4.16-dev-306-g647d351
|
Go to the source code of this file.
Variables | |
char * | device_name |
bool ext2_alloc_block | ( | PEXT2_FILESYS | fs, |
ULONG | goal, | ||
ULONG * | ret | ||
) |
Definition at line 293 of file Memory.c.
Referenced by create_lost_and_found(), ext2_expand_block(), ext2_expand_inode(), and ext2_write_inode().
bool ext2_allocate_group_table | ( | PEXT2_FILESYS | fs, |
ULONG | group, | ||
PEXT2_BLOCK_BITMAP | bmap | ||
) |
Definition at line 92 of file Memory.c.
Referenced by ext2_allocate_tables().
bool ext2_allocate_tables | ( | PEXT2_FILESYS | Ext2Sys | ) |
Definition at line 75 of file Memory.c.
Referenced by Ext2Format().
void ext2_block_alloc_stats | ( | PEXT2_FILESYS | fs, |
ULONG | blk, | ||
int | inuse | ||
) |
Definition at line 61 of file Memory.c.
Referenced by ext2_alloc_block(), and ext2_mkdir().
bool ext2_get_free_blocks | ( | PEXT2_FILESYS | fs, |
ULONG | start, | ||
ULONG | finish, | ||
int | num, | ||
PEXT2_BLOCK_BITMAP | map, | ||
ULONG * | ret | ||
) |
Definition at line 182 of file Memory.c.
Referenced by ext2_allocate_group_table().
int ext2_group_of_blk | ( | PEXT2_FILESYS | fs, |
ULONG | blk | ||
) |
int ext2_group_of_ino | ( | PEXT2_FILESYS | fs, |
ULONG | ino | ||
) |
Definition at line 23 of file Memory.c.
Referenced by ext2_inode_alloc_stats2(), and ext2_reserve_inodes().
void ext2_inode_alloc_stats | ( | PEXT2_FILESYS | fs, |
ULONG | ino, | ||
int | inuse | ||
) |
Definition at line 56 of file Memory.c.
void ext2_inode_alloc_stats2 | ( | PEXT2_FILESYS | fs, |
ULONG | ino, | ||
int | inuse, | ||
int | isdir | ||
) |
Definition at line 37 of file Memory.c.
Referenced by ext2_inode_alloc_stats(), and ext2_mkdir().
bool ext2_new_block | ( | PEXT2_FILESYS | fs, |
ULONG | goal, | ||
PEXT2_BLOCK_BITMAP | map, | ||
ULONG * | ret | ||
) |
Definition at line 254 of file Memory.c.
Referenced by ext2_alloc_block(), and ext2_mkdir().
bool ext2_new_dir_block | ( | PEXT2_FILESYS | fs, |
ULONG | dir_ino, | ||
ULONG | parent_ino, | ||
char ** | block | ||
) |
Definition at line 349 of file Memory.c.
Referenced by ext2_mkdir().
bool ext2_read_block | ( | PEXT2_FILESYS | fs, |
ULONG | block, | ||
void * | inbuf | ||
) |
Definition at line 406 of file Memory.c.
Referenced by ext2_expand_block(), and ext2_get_block().
bool ext2_write_block | ( | PEXT2_FILESYS | fs, |
ULONG | block, | ||
void * | inbuf | ||
) |
Definition at line 394 of file Memory.c.
Referenced by create_lost_and_found(), ext2_expand_block(), and ext2_mkdir().
bool write_inode_tables | ( | PEXT2_FILESYS | fs | ) |
Definition at line 221 of file Memory.c.
Referenced by Ext2Format().
|
extern |