Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ntfs/
Dlcnalloc.h39 DATA_ZONE = 1, /* Allocate from $DATA zone. */ enumerator
Dlcnalloc.c202 if (zone == DATA_ZONE) in ntfs_cluster_alloc()
213 } else if (zone == DATA_ZONE && zone_start >= vol->mft_zone_start && in ntfs_cluster_alloc()
Dattrib.c1610 vol->cluster_size_bits, -1, DATA_ZONE, true); in ntfs_attr_make_non_resident()
2246 rl->lcn + rl->length : -1, DATA_ZONE, true); in ntfs_attr_extend_allocation()
Dfile.c995 rl2 = ntfs_cluster_alloc(vol, bh_cpos, 1, lcn, DATA_ZONE, in ntfs_prepare_pages_for_non_resident_write()
Dmft.c1365 rl2 = ntfs_cluster_alloc(vol, rl[1].vcn, 1, lcn, DATA_ZONE, in ntfs_mft_bitmap_extend_allocation_nolock()