Lines Matching refs:mft_zone_pos
191 zone_start = vol->mft_zone_pos; in ntfs_cluster_alloc()
419 vol->mft_zone_pos); in ntfs_cluster_alloc()
421 vol->mft_zone_pos = in ntfs_cluster_alloc()
424 vol->mft_zone_pos = 0; in ntfs_cluster_alloc()
426 vol->mft_zone_pos || in ntfs_cluster_alloc()
427 tc > vol->mft_zone_pos) in ntfs_cluster_alloc()
429 vol->mft_zone_pos = tc; in ntfs_cluster_alloc()
434 vol->mft_zone_pos); in ntfs_cluster_alloc()
550 vol->mft_zone_pos); in ntfs_cluster_alloc()
554 vol->mft_zone_pos = in ntfs_cluster_alloc()
557 vol->mft_zone_pos = 0; in ntfs_cluster_alloc()
559 vol->mft_zone_pos || in ntfs_cluster_alloc()
560 tc > vol->mft_zone_pos) in ntfs_cluster_alloc()
562 vol->mft_zone_pos = tc; in ntfs_cluster_alloc()
567 vol->mft_zone_pos); in ntfs_cluster_alloc()
696 if (vol->mft_zone_pos >= vol->mft_zone_end) { in ntfs_cluster_alloc()
697 vol->mft_zone_pos = vol->mft_lcn; in ntfs_cluster_alloc()
699 vol->mft_zone_pos = 0; in ntfs_cluster_alloc()
716 (unsigned long long)vol->mft_zone_pos, in ntfs_cluster_alloc()