Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ntfs/
H A Dlcnalloc.h25 DATA_ZONE = 1, /* Allocate from $DATA zone. */ enumerator
H A Dlcnalloc.c69 * @vol. @zone is either DATA_ZONE for allocation of normal clusters or
188 if (zone == DATA_ZONE) in ntfs_cluster_alloc()
199 } else if (zone == DATA_ZONE && zone_start >= vol->mft_zone_start && in ntfs_cluster_alloc()
221 } else /* if (zone == DATA_ZONE) */ { in ntfs_cluster_alloc()
673 * All zones are finished! If DATA_ZONE, shrink mft zone. If in ntfs_cluster_alloc()
687 } /* zone == DATA_ZONE && mft_zone_size > 0 */ in ntfs_cluster_alloc()
H A Dattrib.c1596 vol->cluster_size_bits, -1, DATA_ZONE, true); in ntfs_attr_make_non_resident()
2232 rl->lcn + rl->length : -1, DATA_ZONE, true); in ntfs_attr_extend_allocation()
H A Dfile.c981 rl2 = ntfs_cluster_alloc(vol, bh_cpos, 1, lcn, DATA_ZONE, in ntfs_prepare_pages_for_non_resident_write()
H A Dmft.c1350 /* Allocate a cluster from the DATA_ZONE. */ in ntfs_mft_bitmap_extend_allocation_nolock()
1351 rl2 = ntfs_cluster_alloc(vol, rl[1].vcn, 1, lcn, DATA_ZONE, in ntfs_mft_bitmap_extend_allocation_nolock()
/kernel/linux/linux-6.6/fs/ntfs/
H A Dlcnalloc.h25 DATA_ZONE = 1, /* Allocate from $DATA zone. */ enumerator
H A Dlcnalloc.c69 * @vol. @zone is either DATA_ZONE for allocation of normal clusters or
188 if (zone == DATA_ZONE) in ntfs_cluster_alloc()
199 } else if (zone == DATA_ZONE && zone_start >= vol->mft_zone_start && in ntfs_cluster_alloc()
221 } else /* if (zone == DATA_ZONE) */ { in ntfs_cluster_alloc()
673 * All zones are finished! If DATA_ZONE, shrink mft zone. If in ntfs_cluster_alloc()
687 } /* zone == DATA_ZONE && mft_zone_size > 0 */ in ntfs_cluster_alloc()
H A Dattrib.c1596 vol->cluster_size_bits, -1, DATA_ZONE, true); in ntfs_attr_make_non_resident()
2232 rl->lcn + rl->length : -1, DATA_ZONE, true); in ntfs_attr_extend_allocation()
H A Dfile.c974 rl2 = ntfs_cluster_alloc(vol, bh_cpos, 1, lcn, DATA_ZONE, in ntfs_prepare_pages_for_non_resident_write()
H A Dmft.c1350 /* Allocate a cluster from the DATA_ZONE. */ in ntfs_mft_bitmap_extend_allocation_nolock()
1351 rl2 = ntfs_cluster_alloc(vol, rl[1].vcn, 1, lcn, DATA_ZONE, in ntfs_mft_bitmap_extend_allocation_nolock()

Completed in 20 milliseconds