Searched refs:new_mft_total (Results 1 – 1 of 1) sorted by relevance
473 size_t new_mft_total; in ntfs_extend_mft() local478 new_mft_total = (wnd->nbits + MFT_INCREASE_CHUNK + 127) & (CLST)~127; in ntfs_extend_mft()479 new_mft_bytes = (u64)new_mft_total << sbi->record_bits; in ntfs_extend_mft()492 new_mft_total = le64_to_cpu(attr->nres.alloc_size) >> sbi->record_bits; in ntfs_extend_mft()496 new_bitmap_bytes = bitmap_size(new_mft_total); in ntfs_extend_mft()512 err = wnd_extend(wnd, new_mft_total); in ntfs_extend_mft()517 ntfs_clear_mft_tail(sbi, sbi->mft.used, new_mft_total); in ntfs_extend_mft()