Lines Matching defs:bitmap
85 #include "bitmap.h"
173 struct bitmap {
202 static struct bitmap lcn_bitmap;
261 static int compare_bitmaps(struct bitmap *a, BOOL copy);
1123 u8 *bitmap, *byte;
1142 byte = bitmap = ntfs_attr_readall(ni, AT_BITMAP, name, name_len,
1207 free(bitmap);
1447 * The index bitmap is not checked, obsoleted records are
1845 * Compare the actual bitmap to the list of clusters
1848 * Clusters found in use, though not marked in the bitmap are copied
1852 static int compare_bitmaps(struct bitmap *a, BOOL copy)
2019 MFT record not in use based on $MFT bitmap */
2077 static void bitmap_file_data_fixup(s64 cluster, struct bitmap *bm)
2091 /* Determine lcn bitmap byte size and allocate it. */
2092 /* include the alternate boot sector in the bitmap count */