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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlcnalloc.h36 MFT_ZONE = 0, /* Allocate from $MFT zone. */ enumerator in enum:__anon1333
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/
H A Dlcnalloc.h38 MFT_ZONE = 0, /* Allocate from $MFT zone. */ enumerator in enum:__anon7588
H A Dlcnalloc.c93 zone == MFT_ZONE ? "MFT" : "DATA");
113 * at the beginning of a zone (2). If requesting from the MFT_ZONE,
116 * at the beginning of the MFT_ZONE.
147 } else if (zone == MFT_ZONE && (zone_start < vol->mft_zone_start ||
158 if (zone == MFT_ZONE) {
614 * MFT_ZONE, we have really run out of space.
622 if (zone == MFT_ZONE || mft_zone_size <= 0) {
H A Dmft.c1776 rl2 = ntfs_cluster_alloc(vol, old_last_vcn, nr, lcn, MFT_ZONE,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dlcnalloc.c153 * MFT_ZONE for allocation of clusters for the master file table, i.e. the
200 start_lcn, zone == MFT_ZONE ? "MFT" : "DATA");
H A Dmft.c1010 rl2 = ntfs_cluster_alloc(vol, old_last_vcn, nr, lcn, MFT_ZONE);

Completed in 105 milliseconds