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

/macosx-10.10.1/ntfs-84/kext/
H A Dntfs_lcnalloc.h54 MFT_ZONE = 0, /* Allocate from $MFT zone. */ enumerator in enum:__anon11162
H A Dntfs_lcnalloc.c79 * MFT_ZONE for allocation of clusters for the master file table, i.e. the
164 zone == MFT_ZONE ? "MFT" : "DATA");
203 * at the beginning of a zone (2). If requesting from the MFT_ZONE,
206 * at the beginning of the MFT_ZONE.
237 } else if (zone == MFT_ZONE && (zone_start < vol->mft_zone_start ||
248 if (zone == MFT_ZONE) {
716 * MFT_ZONE, we have really run out of space.
724 if (zone == MFT_ZONE || mft_zone_size <= 0) {
H A Dntfs_mft.c1348 err = ntfs_cluster_alloc(vol, vcn + 1, nr, lcn, MFT_ZONE,

Completed in 186 milliseconds