Searched refs:ext2_get_free_blocks (Results 1 – 2 of 2) sorted by relevance
/reactos/sdk/lib/fslib/ext2lib/ |
H A D | Memory.c | 117 retval = ext2_get_free_blocks(fs, start_blk, last_blk, in ext2_allocate_group_table() 150 retval = ext2_get_free_blocks(fs, start_blk, last_blk, in ext2_allocate_group_table() 154 retval = ext2_get_free_blocks(fs, group_blk, in ext2_allocate_group_table() 166 retval = ext2_get_free_blocks(fs, start_blk, last_blk, in ext2_allocate_group_table() 169 retval = ext2_get_free_blocks(fs, group_blk, in ext2_allocate_group_table() 182 bool ext2_get_free_blocks(PEXT2_FILESYS fs, ULONG start, ULONG finish, in ext2_get_free_blocks() function
|
H A D | Mke2fs.h | 350 bool ext2_get_free_blocks(PEXT2_FILESYS fs, ULONG start, ULONG finish,
|