Searched defs:lcn_bitmap (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsclone.c154 static struct bitmap lcn_bitmap; variable in typeref:struct:bitmap
699 if (ntfs_bit_get(lcn_bitmap.bm, cl)) {
1050 if (ntfs_bit_get_and_set(lcn_bitmap.bm, k, 1))
1320 lcn_bitmap.size = rounded_up_division(vol->nr_clusters, 8);
1322 lcn_bitmap.bm = ntfs_calloc(lcn_bitmap.size);
1323 if (!lcn_bitmap.bm)
1326 bitmap_file_data_fixup(vol->nr_clusters, &lcn_bitmap);
1763 if (ntfs_bit_get_and_set(lcn_bitmap.bm, lcn, 0))
1872 compare_bitmaps(&lcn_bitmap);
[all...]
H A Dntfsresize.c179 struct bitmap lcn_bitmap; member in struct:__anon67
198 struct bitmap lcn_bitmap; member in struct:__anon68
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; local
828 if (ntfs_bit_get_and_set(lcn_bitmap->bm, k, 1)) {
856 * data runs will be marked in lcn_bitmap
[all...]

Completed in 33 milliseconds