Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ntfs/
Dlcnalloc.c138 LCN prev_lcn = 0, prev_run_len = 0, mft_zone_size; in ntfs_cluster_alloc() local
676 mft_zone_size = vol->mft_zone_end - vol->mft_zone_start; in ntfs_cluster_alloc()
681 (unsigned long long)mft_zone_size); in ntfs_cluster_alloc()
682 if (zone == MFT_ZONE || mft_zone_size <= 0) { in ntfs_cluster_alloc()
690 mft_zone_size >>= 1; in ntfs_cluster_alloc()
691 if (mft_zone_size > 0) in ntfs_cluster_alloc()
692 vol->mft_zone_end = vol->mft_zone_start + mft_zone_size; in ntfs_cluster_alloc()
713 (unsigned long long)mft_zone_size, in ntfs_cluster_alloc()
Dsuper.c945 LCN mft_zone_size, mft_lcn; in ntfs_setup_allocators() local
952 mft_zone_size = vol->nr_clusters; in ntfs_setup_allocators()
955 mft_zone_size >>= 1; /* 50% */ in ntfs_setup_allocators()
958 mft_zone_size = (mft_zone_size + in ntfs_setup_allocators()
959 (mft_zone_size >> 1)) >> 2; /* 37.5% */ in ntfs_setup_allocators()
962 mft_zone_size >>= 2; /* 25% */ in ntfs_setup_allocators()
966 mft_zone_size >>= 3; /* 12.5% */ in ntfs_setup_allocators()
995 vol->mft_zone_end = vol->mft_lcn + mft_zone_size; in ntfs_setup_allocators()
997 mft_zone_size >>= 1; in ntfs_setup_allocators()
998 vol->mft_zone_end = vol->mft_lcn + mft_zone_size; in ntfs_setup_allocators()