Searched refs:mft_zone_end (Results 1 – 4 of 4) sorted by relevance
273 zone_start == vol->mft_zone_end) in ntfs_cluster_alloc()281 } else if (zone_start < vol->mft_zone_end) { in ntfs_cluster_alloc()282 zone_end = vol->mft_zone_end; in ntfs_cluster_alloc()460 if (tc >= vol->mft_zone_end) { in ntfs_cluster_alloc()463 if (!vol->mft_zone_end) in ntfs_cluster_alloc()478 vol->mft_zone_end; in ntfs_cluster_alloc()482 && tc >= vol->mft_zone_end) in ntfs_cluster_alloc()518 zone_start == vol->mft_zone_end) in ntfs_cluster_alloc()547 zone_start = vol->mft_zone_end; in ntfs_cluster_alloc()583 if (tc >= vol->mft_zone_end) { in ntfs_cluster_alloc()[all …]
129 s64 mft_zone_end; member
872 vol->mft_zone_end = vol->mft_lcn + mft_zone_size; in ntfs_setup_allocators()873 while (vol->mft_zone_end >= vol->nr_clusters) { in ntfs_setup_allocators()875 vol->mft_zone_end = vol->mft_lcn + mft_zone_size; in ntfs_setup_allocators()877 ntfs_debug("vol->mft_zone_end = 0x%llx", vol->mft_zone_end); in ntfs_setup_allocators()882 vol->data1_zone_pos = vol->mft_zone_end; in ntfs_setup_allocators()
1145 if ((ni->vol->mft_zone_end - ni->vol->mft_zone_start) == 0) in ntfs_fallocate()