HomeSort by relevance Sort by last modified time
    Searched refs:bitmap_get_bit (Results 1 - 2 of 2) sorted by null

  /system/extras/ext4_utils/
ext2simg.c 108 static int bitmap_get_bit(u8 *bitmap, u32 bit) function
150 if (!bitmap_get_bit(block_bitmap, block)) {
160 if (bitmap_get_bit(block_bitmap, block))
ext4fixup.c 323 static int bitmap_get_bit(u8 *bitmap, u32 bit) function
353 if (bitmap_get_bit(block, i)) {

Completed in 196 milliseconds