Home
last modified time | relevance | path

Searched refs:mft_zone_size (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/ntfs/
Dlcnalloc.c152 LCN prev_lcn = 0, prev_run_len = 0, mft_zone_size; in ntfs_cluster_alloc() local
690 mft_zone_size = vol->mft_zone_end - vol->mft_zone_start; in ntfs_cluster_alloc()
695 (unsigned long long)mft_zone_size); in ntfs_cluster_alloc()
696 if (zone == MFT_ZONE || mft_zone_size <= 0) { in ntfs_cluster_alloc()
704 mft_zone_size >>= 1; in ntfs_cluster_alloc()
705 if (mft_zone_size > 0) in ntfs_cluster_alloc()
706 vol->mft_zone_end = vol->mft_zone_start + mft_zone_size; in ntfs_cluster_alloc()
727 (unsigned long long)mft_zone_size, in ntfs_cluster_alloc()
Dsuper.c951 LCN mft_zone_size, mft_lcn; in ntfs_setup_allocators() local
958 mft_zone_size = vol->nr_clusters; in ntfs_setup_allocators()
961 mft_zone_size >>= 1; /* 50% */ in ntfs_setup_allocators()
964 mft_zone_size = (mft_zone_size + in ntfs_setup_allocators()
965 (mft_zone_size >> 1)) >> 2; /* 37.5% */ in ntfs_setup_allocators()
968 mft_zone_size >>= 2; /* 25% */ in ntfs_setup_allocators()
972 mft_zone_size >>= 3; /* 12.5% */ in ntfs_setup_allocators()
1001 vol->mft_zone_end = vol->mft_lcn + mft_zone_size; in ntfs_setup_allocators()
1003 mft_zone_size >>= 1; in ntfs_setup_allocators()
1004 vol->mft_zone_end = vol->mft_lcn + mft_zone_size; in ntfs_setup_allocators()