ReactOS 0.4.16-dev-306-g647d351
|
Go to the source code of this file.
bool ext2_allocate_block_bitmap | ( | PEXT2_FILESYS | Ext2Sys | ) |
Definition at line 100 of file Bitmap.c.
Referenced by ext2_initialize_sb(), and read_bitmaps().
bool ext2_allocate_inode_bitmap | ( | PEXT2_FILESYS | Ext2Sys | ) |
Definition at line 140 of file Bitmap.c.
Referenced by ext2_initialize_sb(), and read_bitmaps().
Definition at line 30 of file Bitmap.c.
Referenced by ext2_unmark_bitmap().
void ext2_free_block_bitmap | ( | PEXT2_FILESYS | Ext2Sys | ) |
Definition at line 205 of file Bitmap.c.
Referenced by ext2_initialize_sb(), Ext2Format(), and read_bitmaps().
void ext2_free_generic_bitmap | ( | PEXT2_GENERIC_BITMAP | bitmap | ) |
Definition at line 180 of file Bitmap.c.
Referenced by ext2_free_block_bitmap(), and ext2_free_inode_bitmap().
void ext2_free_inode_bitmap | ( | PEXT2_FILESYS | Ext2Sys | ) |
Definition at line 194 of file Bitmap.c.
Referenced by ext2_initialize_sb(), Ext2Format(), and read_bitmaps().
bool ext2_mark_bitmap | ( | PEXT2_BITMAP | bitmap, |
ULONG | bitno | ||
) |
Definition at line 52 of file Bitmap.c.
Referenced by ext2_initialize_sb().
bool ext2_read_bitmaps | ( | PEXT2_FILESYS | fs | ) |
bool ext2_read_block_bitmap | ( | PEXT2_FILESYS | fs | ) |
Definition at line 487 of file Bitmap.c.
Referenced by ext2_alloc_block().
bool ext2_read_inode_bitmap | ( | PEXT2_FILESYS | fs | ) |
Definition at line 18 of file Bitmap.c.
Referenced by ext2_mark_bitmap(), and ext2_write_block_bitmap().
Definition at line 41 of file Bitmap.c.
Referenced by ext2_test_block_bitmap(), and ext2_test_inode_bitmap().
bool ext2_test_block_bitmap | ( | PEXT2_BLOCK_BITMAP | bitmap, |
ULONG | block | ||
) |
Definition at line 73 of file Bitmap.c.
Referenced by ext2_new_block(), and ext2_test_block_bitmap_range().
bool ext2_test_block_bitmap_range | ( | PEXT2_BLOCK_BITMAP | bitmap, |
ULONG | block, | ||
int | num | ||
) |
Definition at line 80 of file Bitmap.c.
Referenced by ext2_get_free_blocks().
bool ext2_test_inode_bitmap | ( | PEXT2_BLOCK_BITMAP | bitmap, |
ULONG | inode | ||
) |
Definition at line 93 of file Bitmap.c.
Referenced by ext2_new_inode().
bool ext2_unmark_bitmap | ( | PEXT2_BITMAP | bitmap, |
ULONG | bitno | ||
) |
bool ext2_write_bitmaps | ( | PEXT2_FILESYS | fs | ) |
Definition at line 342 of file Bitmap.c.
Referenced by ext2_flush().
bool ext2_write_block_bitmap | ( | PEXT2_FILESYS | fs | ) |
Definition at line 270 of file Bitmap.c.
Referenced by ext2_write_bitmaps().
bool ext2_write_inode_bitmap | ( | PEXT2_FILESYS | fs | ) |
Definition at line 216 of file Bitmap.c.
Referenced by ext2_write_bitmaps().
bool read_bitmaps | ( | PEXT2_FILESYS | fs, |
int | do_inode, | ||
int | do_block | ||
) |
Definition at line 364 of file Bitmap.c.
Referenced by ext2_read_bitmaps(), ext2_read_block_bitmap(), and ext2_read_inode_bitmap().