Lines Matching defs:bitmap
290 /* write bitmap entries */
314 char *bitmap;
317 bitmap = calloc(round_up(finfo.bitmap_byte_len, sizeof(bitmap_t)),
318 sizeof(*bitmap));
319 if (!bitmap)
323 exfat_bitmap_set(bitmap, i);
325 nbytes = pwrite(bd->dev_fd, bitmap, finfo.bitmap_byte_len, finfo.bitmap_byte_off);
329 free(bitmap);
333 free(bitmap);
350 /* Set bitmap entry */
378 "\t --pack-bitmap Move bitmap into FAT segment\n"
394 {"pack-bitmap", no_argument, NULL, PACK_BITMAP },
404 * Moves the bitmap to just before the alignment boundary if there is space
406 * bitmap to share the same allocation unit on flash media, thereby improving
555 exfat_info("Allocation bitmap creation: ");