Home
last modified time | relevance | path

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

/fs/ntfs/
Dlcnalloc.h25 DATA_ZONE = 1, /* Allocate from $DATA zone. */ enumerator
Dlcnalloc.c188 if (zone == DATA_ZONE) in ntfs_cluster_alloc()
199 } else if (zone == DATA_ZONE && zone_start >= vol->mft_zone_start && in ntfs_cluster_alloc()
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()
Dfile.c981 rl2 = ntfs_cluster_alloc(vol, bh_cpos, 1, lcn, DATA_ZONE, in ntfs_prepare_pages_for_non_resident_write()
Dmft.c1351 rl2 = ntfs_cluster_alloc(vol, rl[1].vcn, 1, lcn, DATA_ZONE, in ntfs_mft_bitmap_extend_allocation_nolock()