Searched refs:MFT_ZONE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | lcnalloc.h | 24 MFT_ZONE = 0, /* Allocate from $MFT zone. */ enumerator
|
H A D | lcnalloc.c | 70 * MFT_ZONE for allocation of clusters for the master file table, i.e. the 153 zone == MFT_ZONE ? "MFT" : "DATA"); in ntfs_cluster_alloc() 173 * at the beginning of a zone (2). If requesting from the MFT_ZONE, in ntfs_cluster_alloc() 176 * at the beginning of the MFT_ZONE. in ntfs_cluster_alloc() 207 } else if (zone == MFT_ZONE && (zone_start < vol->mft_zone_start || in ntfs_cluster_alloc() 218 if (zone == MFT_ZONE) { in ntfs_cluster_alloc() 674 * MFT_ZONE, we have really run out of space. in ntfs_cluster_alloc() 682 if (zone == MFT_ZONE || mft_zone_size <= 0) { in ntfs_cluster_alloc()
|
H A D | mft.c | 1777 rl2 = ntfs_cluster_alloc(vol, old_last_vcn, nr, lcn, MFT_ZONE, in ntfs_mft_data_extend_allocation_nolock()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | lcnalloc.h | 24 MFT_ZONE = 0, /* Allocate from $MFT zone. */ enumerator
|
H A D | lcnalloc.c | 70 * MFT_ZONE for allocation of clusters for the master file table, i.e. the 153 zone == MFT_ZONE ? "MFT" : "DATA"); in ntfs_cluster_alloc() 173 * at the beginning of a zone (2). If requesting from the MFT_ZONE, in ntfs_cluster_alloc() 176 * at the beginning of the MFT_ZONE. in ntfs_cluster_alloc() 207 } else if (zone == MFT_ZONE && (zone_start < vol->mft_zone_start || in ntfs_cluster_alloc() 218 if (zone == MFT_ZONE) { in ntfs_cluster_alloc() 674 * MFT_ZONE, we have really run out of space. in ntfs_cluster_alloc() 682 if (zone == MFT_ZONE || mft_zone_size <= 0) { in ntfs_cluster_alloc()
|
H A D | mft.c | 1777 rl2 = ntfs_cluster_alloc(vol, old_last_vcn, nr, lcn, MFT_ZONE, in ntfs_mft_data_extend_allocation_nolock()
|
Completed in 10 milliseconds