Searched refs:mft_zone_end (Results 1 – 3 of 3) sorted by relevance
79 ntfs_cluster_set_zone_pos(vol->mft_lcn, vol->mft_zone_end, in ntfs_cluster_update_zone_pos()82 ntfs_cluster_set_zone_pos(vol->mft_zone_end, vol->nr_clusters, in ntfs_cluster_update_zone_pos()97 if (lcn >= vol->mft_zone_end) { in update_full_status()296 zone_start == vol->mft_zone_end) in ntfs_cluster_alloc()302 } else if (zone_start < vol->mft_zone_end) { in ntfs_cluster_alloc()303 zone_end = vol->mft_zone_end; in ntfs_cluster_alloc()440 zone_start == vol->mft_zone_end) in ntfs_cluster_alloc()458 zone_start = vol->mft_zone_end; in ntfs_cluster_alloc()492 if (zone_start == vol->mft_zone_end) in ntfs_cluster_alloc()511 zone_end = vol->mft_zone_end; in ntfs_cluster_alloc()
624 vol->mft_zone_end = vol->mft_lcn + mft_zone_size; in ntfs_volume_startup()625 while (vol->mft_zone_end >= vol->nr_clusters) { in ntfs_volume_startup()631 vol->mft_zone_end = vol->mft_lcn + mft_zone_size; in ntfs_volume_startup()633 ntfs_log_debug("mft_zone_end = 0x%llx\n", (long long)vol->mft_zone_end); in ntfs_volume_startup()639 vol->data1_zone_pos = vol->mft_zone_end; in ntfs_volume_startup()
211 LCN mft_zone_end; /* First cluster beyond the mft zone. */ member