Lines Matching refs:mft_zone_pos
259 zone_start = vol->mft_zone_pos; in ntfs_cluster_alloc()
459 vol->mft_zone_pos); in ntfs_cluster_alloc()
461 vol->mft_zone_pos = in ntfs_cluster_alloc()
464 vol->mft_zone_pos = 0; in ntfs_cluster_alloc()
466 vol->mft_zone_pos || in ntfs_cluster_alloc()
467 tc > vol->mft_zone_pos) in ntfs_cluster_alloc()
469 vol->mft_zone_pos = tc; in ntfs_cluster_alloc()
471 vol->mft_zone_pos); in ntfs_cluster_alloc()
511 zone_start = vol->mft_zone_pos; in ntfs_cluster_alloc()
580 vol->mft_zone_pos); in ntfs_cluster_alloc()
584 vol->mft_zone_pos = in ntfs_cluster_alloc()
587 vol->mft_zone_pos = 0; in ntfs_cluster_alloc()
589 vol->mft_zone_pos || in ntfs_cluster_alloc()
590 tc > vol->mft_zone_pos) in ntfs_cluster_alloc()
592 vol->mft_zone_pos = tc; in ntfs_cluster_alloc()
594 vol->mft_zone_pos); in ntfs_cluster_alloc()
704 if (vol->mft_zone_pos >= vol->mft_zone_end) { in ntfs_cluster_alloc()
705 vol->mft_zone_pos = vol->mft_lcn; in ntfs_cluster_alloc()
707 vol->mft_zone_pos = 0; in ntfs_cluster_alloc()
716 vol->mft_zone_end, vol->mft_zone_pos, in ntfs_cluster_alloc()