Searched refs:bitmap_get_bit (Results 1 - 2 of 2) sorted by path

/system/extras/ext4_utils/
H A Dext2simg.c109 static int bitmap_get_bit(u8 *bitmap, u32 bit) function
151 if (!bitmap_get_bit(block_bitmap, block)) {
161 if (bitmap_get_bit(block_bitmap, block))
H A Dext4fixup.c324 static int bitmap_get_bit(u8 *bitmap, u32 bit) function
354 if (bitmap_get_bit(block, i)) {

Completed in 142 milliseconds