Lines Matching refs:allocated_size

439 	pass_end = vol->mft_na->allocated_size >> vol->mft_record_size_bits;
550 * Note: Only changes allocated_size, i.e. does not touch initialized_size or
579 rl = ntfs_attr_find_vcn(mftbmp_na, (mftbmp_na->allocated_size - 1) >>
708 * We now have extended the mft bitmap allocated_size by one cluster.
726 mftbmp_na->allocated_size += vol->cluster_size;
727 a->u.nonres.allocated_size = cpu_to_sle64(mftbmp_na->allocated_size);
740 mftbmp_na->allocated_size += vol->cluster_size;
742 * The only thing that is now wrong is ->allocated_size of the
793 * allocated_size is big enough to fit the new initialized_size.
865 ntfs_log_debug("Restored status of mftbmp: allocated_size 0x%llx, "
867 (long long)mftbmp_na->allocated_size,
883 * Note: Only changes allocated_size, i.e. does not touch initialized_size or
910 (mft_na->allocated_size - 1) >> vol->cluster_size_bits);
1032 * We now have extended the mft data allocated_size by nr clusters.
1052 mft_na->allocated_size += nr << vol->cluster_size_bits;
1053 a->u.nonres.allocated_size = cpu_to_sle64(mft_na->allocated_size);
1066 mft_na->allocated_size += nr << vol->cluster_size_bits;
1068 * The only thing that is now wrong is ->allocated_size of the
1241 ntfs_log_debug("Status of mftbmp before extension: allocated_size 0x%llx, "
1243 (long long)mftbmp_na->allocated_size,
1246 if (mftbmp_na->initialized_size + 8 > mftbmp_na->allocated_size) {
1248 ntfs_log_debug("mftbmp: initialized_size + 8 > allocated_size.\n");
1252 "allocated_size 0x%llx, data_size 0x%llx, "
1254 (long long)mftbmp_na->allocated_size,
1267 "allocated_size 0x%llx, data_size 0x%llx, "
1269 (long long)mftbmp_na->allocated_size,
1295 "allocated_size 0x%llx, data_size 0x%llx, "
1297 (long long)mft_na->allocated_size,
1300 while (ll > mft_na->allocated_size) {
1304 "allocated_size 0x%llx, data_size 0x%llx, "
1306 (long long)mft_na->allocated_size,
1351 "allocated_size 0x%llx, data_size 0x%llx, "
1353 (long long)mft_na->allocated_size,
1357 if (mft_na->data_size > mft_na->allocated_size ||
1458 ni->data_size = ni->allocated_size = 0;