Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
H A Dlcnalloc.c238 LCN zone_start, zone_end; /* current search range */ in ntfs_cluster_alloc() local
300 zone_end = vol->mft_zone_start; in ntfs_cluster_alloc()
303 zone_end = vol->mft_zone_end; in ntfs_cluster_alloc()
306 zone_end = vol->nr_clusters; in ntfs_cluster_alloc()
446 if (bmp_pos < zone_end) in ntfs_cluster_alloc()
453 zone_end = zone_start; in ntfs_cluster_alloc()
463 if (zone_end < zone_start) in ntfs_cluster_alloc()
464 zone_end = zone_start; in ntfs_cluster_alloc()
491 zone_end = vol->nr_clusters; in ntfs_cluster_alloc()
499 zone_end in ntfs_cluster_alloc()
[all...]

Completed in 2 milliseconds