Lines Matching refs:mft_record_size
77 vol->mft_record_size) { in map_mft_record_page()
473 int max_bhs = vol->mft_record_size / blocksize; in ntfs_sync_mft_mirror()
509 memcpy(kmirr, m, vol->mft_record_size); in ntfs_sync_mft_mirror()
529 m_end = m_start + vol->mft_record_size; in ntfs_sync_mft_mirror()
680 int max_bhs = vol->mft_record_size / blocksize; in write_mft_record_nolock()
709 m_end = m_start + vol->mft_record_size; in write_mft_record_nolock()
781 err = pre_write_mst_fixup((NTFS_RECORD*)m, vol->mft_record_size); in write_mft_record_nolock()
1764 min_nr = vol->mft_record_size >> vol->cluster_size_bits; in ntfs_mft_data_extend_allocation_nolock()
1768 nr = vol->mft_record_size << 4 >> vol->cluster_size_bits; in ntfs_mft_data_extend_allocation_nolock()
2033 memset(m, 0, vol->mft_record_size); in ntfs_mft_record_layout()
2047 if (vol->mft_record_size >= NTFS_BLOCK_SIZE) in ntfs_mft_record_layout()
2048 m->usa_count = cpu_to_le16(vol->mft_record_size / in ntfs_mft_record_layout()
2078 m->bytes_allocated = cpu_to_le32(vol->mft_record_size); in ntfs_mft_record_layout()
2121 if (unlikely(index > end_index || ofs + vol->mft_record_size >= in ntfs_mft_record_format()
2450 vol->mft_record_size; in ntfs_mft_record_alloc()