Searched refs:DATA_ZONE (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/fs/ntfs/ |
D | lcnalloc.h | 39 DATA_ZONE = 1, /* Allocate from $DATA zone. */ enumerator
|
D | lcnalloc.c | 202 if (zone == DATA_ZONE) in ntfs_cluster_alloc() 213 } else if (zone == DATA_ZONE && zone_start >= vol->mft_zone_start && in ntfs_cluster_alloc()
|
D | attrib.c | 1610 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()
|
D | file.c | 995 rl2 = ntfs_cluster_alloc(vol, bh_cpos, 1, lcn, DATA_ZONE, in ntfs_prepare_pages_for_non_resident_write()
|
D | mft.c | 1365 rl2 = ntfs_cluster_alloc(vol, rl[1].vcn, 1, lcn, DATA_ZONE, in ntfs_mft_bitmap_extend_allocation_nolock()
|