Lines Matching defs:lcn_bitmap
179 struct bitmap lcn_bitmap;
198 struct bitmap lcn_bitmap;
209 /* FIXME: This, lcn_bitmap and pos from find_free_cluster() will make a cluster
768 * lcn_bitmap has one bit for each cluster on the disk. Initially, lcn_bitmap
769 * has no bits set. As each attribute record is read the bits in lcn_bitmap are
780 struct bitmap *lcn_bitmap = &fsck->lcn_bitmap;
828 if (ntfs_bit_get_and_set(lcn_bitmap->bm, k, 1)) {
856 * data runs will be marked in lcn_bitmap.
877 * lcn_bitmap which we built from the MFT Records.
1548 if (!(relocate_rl = alloc_cluster(&resize->lcn_bitmap, lcn_length,
1771 * already been read into lcn_bitmap. By looking for the last used cluster on
1905 struct bitmap *bm = &resize->lcn_bitmap;
1924 if (!(tmp = realloc(resize->lcn_bitmap.bm, bm_bsize)))
1927 resize->lcn_bitmap.bm = tmp;
1928 resize->lcn_bitmap.size = bm_bsize;
1929 bitmap_file_data_fixup(resize->new_volume_size, &resize->lcn_bitmap);
1971 size = ntfs_rl_pwrite(vol, rl, 0, bm_bsize, resize->lcn_bitmap.bm);
2359 if (setup_lcn_bitmap(&fsck->lcn_bitmap, vol->nr_clusters) != 0)
2375 compare_bitmaps(vol, &fsck->lcn_bitmap);
2457 resize.lcn_bitmap = fsck.lcn_bitmap;