Searched refs:new_mft_total (Results 1 – 1 of 1) sorted by relevance
502 size_t new_mft_total; in ntfs_extend_mft() local507 new_mft_total = ALIGN(wnd->nbits + NTFS_MFT_INCREASE_STEP, 128); in ntfs_extend_mft()508 new_mft_bytes = (u64)new_mft_total << sbi->record_bits; in ntfs_extend_mft()521 new_mft_total = le64_to_cpu(attr->nres.alloc_size) >> sbi->record_bits; in ntfs_extend_mft()525 new_bitmap_bytes = ntfs3_bitmap_size(new_mft_total); in ntfs_extend_mft()541 err = wnd_extend(wnd, new_mft_total); in ntfs_extend_mft()546 ntfs_clear_mft_tail(sbi, sbi->mft.used, new_mft_total); in ntfs_extend_mft()