Home
last modified time | relevance | path

Searched refs:ext2_bitmap_find_free (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/subsys/fs/ext2/
Dext2_bitmap.h52 int32_t ext2_bitmap_find_free(uint8_t *bm, uint32_t size);
Dext2_bitmap.c60 int32_t ext2_bitmap_find_free(uint8_t *bm, uint32_t size) in ext2_bitmap_find_free() function
Dext2_diskops.c895 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()