Searched refs:lcn_bitmap (Results 1 - 2 of 2) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsclone.c | 202 static struct bitmap lcn_bitmap; variable 974 compare_bitmaps(&lcn_bitmap, TRUE); 979 if (ntfs_bit_get(lcn_bitmap.bm, cl)) { 1742 if (ntfs_bit_get_and_set(lcn_bitmap.bm, k, 1)) { 2052 compare_bitmaps(&lcn_bitmap, TRUE); 2093 lcn_bitmap.size = rounded_up_division(vol->nr_clusters + 1, 8); 2095 lcn_bitmap.bm = ntfs_calloc(lcn_bitmap.size); 2096 if (!lcn_bitmap.bm) 2099 bitmap_file_data_fixup(vol->nr_clusters, &lcn_bitmap); [all...] |
H A D | ntfsresize.c | 202 struct bitmap lcn_bitmap; member 223 struct bitmap lcn_bitmap; member 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; in build_lcn_usage_bitmap() local 882 if (ntfs_bit_get_and_set(lcn_bitmap->bm, k, 1)) { in build_lcn_usage_bitmap() 910 * data runs will be marked in lcn_bitmap [all...] |
Completed in 6 milliseconds