Lines Matching refs:mft_zone_pos
205 zone_start = vol->mft_zone_pos; in ntfs_cluster_alloc()
433 vol->mft_zone_pos); in ntfs_cluster_alloc()
435 vol->mft_zone_pos = in ntfs_cluster_alloc()
438 vol->mft_zone_pos = 0; in ntfs_cluster_alloc()
440 vol->mft_zone_pos || in ntfs_cluster_alloc()
441 tc > vol->mft_zone_pos) in ntfs_cluster_alloc()
443 vol->mft_zone_pos = tc; in ntfs_cluster_alloc()
448 vol->mft_zone_pos); in ntfs_cluster_alloc()
564 vol->mft_zone_pos); in ntfs_cluster_alloc()
568 vol->mft_zone_pos = in ntfs_cluster_alloc()
571 vol->mft_zone_pos = 0; in ntfs_cluster_alloc()
573 vol->mft_zone_pos || in ntfs_cluster_alloc()
574 tc > vol->mft_zone_pos) in ntfs_cluster_alloc()
576 vol->mft_zone_pos = tc; in ntfs_cluster_alloc()
581 vol->mft_zone_pos); in ntfs_cluster_alloc()
710 if (vol->mft_zone_pos >= vol->mft_zone_end) { in ntfs_cluster_alloc()
711 vol->mft_zone_pos = vol->mft_lcn; in ntfs_cluster_alloc()
713 vol->mft_zone_pos = 0; in ntfs_cluster_alloc()
730 (unsigned long long)vol->mft_zone_pos, in ntfs_cluster_alloc()