Searched refs:mft_zone_start (Results 1 – 5 of 5) sorted by relevance
85 ntfs_cluster_set_zone_pos(0, vol->mft_zone_start, in ntfs_cluster_update_zone_pos()103 if (lcn < vol->mft_zone_start) { in update_full_status()295 if (!zone_start || zone_start == vol->mft_zone_start || in ntfs_cluster_alloc()299 if (zone_start < vol->mft_zone_start) { in ntfs_cluster_alloc()300 zone_end = vol->mft_zone_start; in ntfs_cluster_alloc()439 if (!zone_start || zone_start == vol->mft_zone_start || in ntfs_cluster_alloc()456 zone_start = vol->mft_zone_start; in ntfs_cluster_alloc()499 zone_end = vol->mft_zone_start; in ntfs_cluster_alloc()512 if (zone_start == vol->mft_zone_start) in ntfs_cluster_alloc()
599 vol->mft_zone_start = vol->mft_zone_pos = vol->mft_lcn; in ntfs_volume_startup()615 if (vol->mft_zone_start <= mft_lcn) in ntfs_volume_startup()616 vol->mft_zone_start = 0; in ntfs_volume_startup()617 ntfs_log_debug("mft_zone_start = 0x%llx\n", (long long)vol->mft_zone_start); in ntfs_volume_startup()
210 LCN mft_zone_start; /* First cluster of the mft zone. */ member
735 && (pos < vol->mft_zone_start)) { in find_best_runs()
492 printf("\tMFT Zone Start: %lld\n", (long long)vol->mft_zone_start); in ntfs_dump_volume()