Searched refs:ext2_bitmap_find_free (Results 1 – 3 of 3) sorted by relevance
52 int32_t ext2_bitmap_find_free(uint8_t *bm, uint32_t size);
60 int32_t ext2_bitmap_find_free(uint8_t *bm, uint32_t size) in ext2_bitmap_find_free() function
895 bitmap_slot = ext2_bitmap_find_free(BGROUP_BLOCK_BITMAP(&fs->bgroup), fs->block_size); in ext2_alloc_block()986 r = ext2_bitmap_find_free(BGROUP_INODE_BITMAP(&fs->bgroup), fs->block_size); in ext2_alloc_inode()