Home
last modified time | relevance | path

Searched refs:mft_zone_end (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlcnalloc.c79 ntfs_cluster_set_zone_pos(vol->mft_lcn, vol->mft_zone_end, in ntfs_cluster_update_zone_pos()
82 ntfs_cluster_set_zone_pos(vol->mft_zone_end, vol->nr_clusters, in ntfs_cluster_update_zone_pos()
97 if (lcn >= vol->mft_zone_end) { in update_full_status()
296 zone_start == vol->mft_zone_end) in ntfs_cluster_alloc()
302 } else if (zone_start < vol->mft_zone_end) { in ntfs_cluster_alloc()
303 zone_end = vol->mft_zone_end; in ntfs_cluster_alloc()
440 zone_start == vol->mft_zone_end) in ntfs_cluster_alloc()
458 zone_start = vol->mft_zone_end; in ntfs_cluster_alloc()
492 if (zone_start == vol->mft_zone_end) in ntfs_cluster_alloc()
511 zone_end = vol->mft_zone_end; in ntfs_cluster_alloc()
H A Dvolume.c624 vol->mft_zone_end = vol->mft_lcn + mft_zone_size; in ntfs_volume_startup()
625 while (vol->mft_zone_end >= vol->nr_clusters) { in ntfs_volume_startup()
631 vol->mft_zone_end = vol->mft_lcn + mft_zone_size; in ntfs_volume_startup()
633 ntfs_log_debug("mft_zone_end = 0x%llx\n", (long long)vol->mft_zone_end); in ntfs_volume_startup()
639 vol->data1_zone_pos = vol->mft_zone_end; in ntfs_volume_startup()
H A Dvolume.h211 LCN mft_zone_end; /* First cluster beyond the mft zone. */ member