Lines Matching refs:mft_record_size
74 vol->mft_record_size) { in map_mft_record_page()
470 int max_bhs = vol->mft_record_size / blocksize; in ntfs_sync_mft_mirror()
504 memcpy(kmirr, m, vol->mft_record_size); in ntfs_sync_mft_mirror()
524 m_end = m_start + vol->mft_record_size; in ntfs_sync_mft_mirror()
675 int max_bhs = vol->mft_record_size / blocksize; in write_mft_record_nolock()
700 m_end = m_start + vol->mft_record_size; in write_mft_record_nolock()
772 err = pre_write_mst_fixup((NTFS_RECORD*)m, vol->mft_record_size); in write_mft_record_nolock()
1755 min_nr = vol->mft_record_size >> vol->cluster_size_bits; in ntfs_mft_data_extend_allocation_nolock()
1759 nr = vol->mft_record_size << 4 >> vol->cluster_size_bits; in ntfs_mft_data_extend_allocation_nolock()
2024 memset(m, 0, vol->mft_record_size); in ntfs_mft_record_layout()
2038 if (vol->mft_record_size >= NTFS_BLOCK_SIZE) in ntfs_mft_record_layout()
2039 m->usa_count = cpu_to_le16(vol->mft_record_size / in ntfs_mft_record_layout()
2069 m->bytes_allocated = cpu_to_le32(vol->mft_record_size); in ntfs_mft_record_layout()
2112 if (unlikely(index > end_index || ofs + vol->mft_record_size >= in ntfs_mft_record_format()
2441 vol->mft_record_size; in ntfs_mft_record_alloc()