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

/linux-4.4.14/fs/ntfs/
H A Dlcnalloc.c83 * @vol. @zone is either DATA_ZONE for allocation of normal clusters or
202 if (zone == DATA_ZONE) ntfs_cluster_alloc()
213 } else if (zone == DATA_ZONE && zone_start >= vol->mft_zone_start && ntfs_cluster_alloc()
235 } else /* if (zone == DATA_ZONE) */ { ntfs_cluster_alloc()
687 * All zones are finished! If DATA_ZONE, shrink mft zone. If ntfs_cluster_alloc()
701 } /* zone == DATA_ZONE && mft_zone_size > 0 */ ntfs_cluster_alloc()
H A Dlcnalloc.h39 DATA_ZONE = 1, /* Allocate from $DATA zone. */ enumerator in enum:__anon11834
H A Dattrib.c1586 vol->cluster_size_bits, -1, DATA_ZONE, true); ntfs_attr_make_non_resident()
2222 rl->lcn + rl->length : -1, DATA_ZONE, true); ntfs_attr_extend_allocation()
H A Dmft.c1355 /* Allocate a cluster from the DATA_ZONE. */ ntfs_mft_bitmap_extend_allocation_nolock()
1356 rl2 = ntfs_cluster_alloc(vol, rl[1].vcn, 1, lcn, DATA_ZONE, ntfs_mft_bitmap_extend_allocation_nolock()
H A Dfile.c996 rl2 = ntfs_cluster_alloc(vol, bh_cpos, 1, lcn, DATA_ZONE, ntfs_prepare_pages_for_non_resident_write()

Completed in 261 milliseconds