Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs/
H A Dlcnalloc.c201 zone_start = vol->mft_zone_end; in ntfs_cluster_alloc()
210 if (!vol->mft_zone_end) in ntfs_cluster_alloc()
219 zone_end = vol->mft_zone_end; in ntfs_cluster_alloc()
423 if (!vol->mft_zone_end) in ntfs_cluster_alloc()
444 vol->mft_zone_end; in ntfs_cluster_alloc()
556 if (!vol->mft_zone_end) in ntfs_cluster_alloc()
578 vol->mft_zone_end; in ntfs_cluster_alloc()
598 vol->mft_zone_end; in ntfs_cluster_alloc()
689 zone_end = vol->mft_zone_end; in ntfs_cluster_alloc()
695 vol->mft_zone_end = 0; in ntfs_cluster_alloc()
[all …]
H A Dvolume.h74 LCN mft_zone_end; /* First cluster beyond the mft zone. */ member
H A Dsuper.c995 vol->mft_zone_end = vol->mft_lcn + mft_zone_size; in ntfs_setup_allocators()
996 while (vol->mft_zone_end >= vol->nr_clusters) { in ntfs_setup_allocators()
998 vol->mft_zone_end = vol->mft_lcn + mft_zone_size; in ntfs_setup_allocators()
1001 (unsigned long long)vol->mft_zone_end); in ntfs_setup_allocators()
1006 vol->data1_zone_pos = vol->mft_zone_end; in ntfs_setup_allocators()