Searched refs:mft_zone_start (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlcnalloc.c85 ntfs_cluster_set_zone_pos(0, vol->mft_zone_start,
103 if (lcn < vol->mft_zone_start) {
295 if (!zone_start || zone_start == vol->mft_zone_start ||
299 if (zone_start < vol->mft_zone_start) {
300 zone_end = vol->mft_zone_start;
439 if (!zone_start || zone_start == vol->mft_zone_start ||
456 zone_start = vol->mft_zone_start;
499 zone_end = vol->mft_zone_start;
512 if (zone_start == vol->mft_zone_start)
H A Dvolume.h210 LCN mft_zone_start; /* First cluster of the mft zone. */ member in struct:_ntfs_volume
H A Dvolume.c599 vol->mft_zone_start = vol->mft_zone_pos = vol->mft_lcn;
615 if (vol->mft_zone_start <= mft_lcn)
616 vol->mft_zone_start = 0;
617 ntfs_log_debug("mft_zone_start = 0x%llx\n", (long long)vol->mft_zone_start);

Completed in 64 milliseconds