Home
last modified time | relevance | path

Searched refs:MFT_ZONE (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/ntfs/
Dlcnalloc.h38 MFT_ZONE = 0, /* Allocate from $MFT zone. */ enumerator
Dlcnalloc.c167 zone == MFT_ZONE ? "MFT" : "DATA"); in ntfs_cluster_alloc()
221 } else if (zone == MFT_ZONE && (zone_start < vol->mft_zone_start || in ntfs_cluster_alloc()
232 if (zone == MFT_ZONE) { in ntfs_cluster_alloc()
696 if (zone == MFT_ZONE || mft_zone_size <= 0) { in ntfs_cluster_alloc()
Dmft.c1791 rl2 = ntfs_cluster_alloc(vol, old_last_vcn, nr, lcn, MFT_ZONE, in ntfs_mft_data_extend_allocation_nolock()