Home
last modified time | relevance | path

Searched refs:mft_zone_start (Results 1 – 5 of 5) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dlcnalloc.c85 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()
Dvolume.c599 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()
/third_party/ntfs-3g/include/ntfs-3g/
Dvolume.h210 LCN mft_zone_start; /* First cluster of the mft zone. */ member
/third_party/ntfs-3g/ntfsprogs/
Dntfscp.c735 && (pos < vol->mft_zone_start)) { in find_best_runs()
Dntfsinfo.c492 printf("\tMFT Zone Start: %lld\n", (long long)vol->mft_zone_start); in ntfs_dump_volume()