Lines Matching defs:bit
821 * lcn_bitmap has one bit for each cluster on the disk. Initially, lcn_bitmap
967 char bit;
969 bit = ntfs_bit_get(a->bm, cl);
970 if (bit == ntfs_bit_get(bm, i * 8 + cl % 8))
973 if (!mismatch && !bit && !backup_boot &&
989 bit ? "missing" : "extra");
1696 static void set_bitmap_range(struct bitmap *bm, s64 pos, s64 length, u8 bit)
1699 ntfs_bit_set(bm->bm, pos++, bit);
1702 static void set_bitmap_clusters(struct bitmap *bm, runlist *rl, u8 bit)
1705 set_bitmap_range(bm, rl->lcn, rl->length, bit);
2352 * The metadata file $Bitmap has one bit for each cluster on disk. This has
2462 * Reallocate the metadata file $Bitmap. It must be large enough for one bit
2727 * Allocate a block of memory with one bit for each cluster of the disk.
3499 * The bitmap is one bit per full cluster,