Lines Matching refs:lcn_bitmap
202 struct bitmap lcn_bitmap;
223 struct bitmap lcn_bitmap;
235 /* FIXME: This, lcn_bitmap and pos from find_free_cluster() will make a cluster
821 * lcn_bitmap has one bit for each cluster on the disk. Initially, lcn_bitmap
822 * has no bits set. As each attribute record is read the bits in lcn_bitmap are
833 struct bitmap *lcn_bitmap = &fsck->lcn_bitmap;
882 if (ntfs_bit_get_and_set(lcn_bitmap->bm, k, 1)) {
910 * data runs will be marked in lcn_bitmap.
931 * lcn_bitmap which we built from the MFT Records.
2034 if (!(relocate_rl = alloc_cluster(&resize->lcn_bitmap,
2304 resize->new_mft_start = alloc_cluster(&resize->lcn_bitmap,
2353 * already been read into lcn_bitmap. By looking for the last used cluster on
2473 struct bitmap *bm = &resize->lcn_bitmap;
2492 if (!(tmp = realloc(resize->lcn_bitmap.bm, bm_bsize)))
2495 resize->lcn_bitmap.bm = tmp;
2496 resize->lcn_bitmap.size = bm_bsize;
2497 bitmap_file_data_fixup(resize->new_volume_size, &resize->lcn_bitmap);
2551 size = ntfs_rl_pwrite(vol, rl, 0, 0, bm_bsize, resize->lcn_bitmap.bm);
3051 if (setup_lcn_bitmap(&fsck->lcn_bitmap, vol->nr_clusters) != 0)
3067 compare_bitmaps(vol, &fsck->lcn_bitmap);
4644 resize.lcn_bitmap = fsck.lcn_bitmap;
4688 if (resize.lcn_bitmap.bm)
4689 free(resize.lcn_bitmap.bm);