Home
last modified time | relevance | path

Searched refs:ext2_get_free_blocks (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/lib/fslib/ext2lib/
H A DMemory.c117 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 DMke2fs.h350 bool ext2_get_free_blocks(PEXT2_FILESYS fs, ULONG start, ULONG finish,