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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dlcnalloc.c139 } else if (zone == DATA_ZONE && zone_start >= vol->mft_zone_start &&
147 } else if (zone == MFT_ZONE && (zone_start < vol->mft_zone_start ||
168 zone_end = vol->mft_zone_start;
402 if (tc >= vol->mft_zone_start)
445 zone_start = vol->mft_zone_start;
554 zone_end = vol->mft_zone_start;
577 if (tc >= vol->mft_zone_start)
616 mft_zone_size = vol->mft_zone_end - vol->mft_zone_start;
617 ntfs_debug("vol->mft_zone_start 0x%llx, vol->mft_zone_end "
619 (unsigned long long)vol->mft_zone_start,
[all...]
H A Dvolume.h79 LCN mft_zone_start; /* First cluster of the mft zone. */ member in struct:__anon16920
H A Dsuper.c938 vol->mft_zone_start = vol->mft_zone_pos = vol->mft_lcn;
954 if (vol->mft_zone_start <= mft_lcn)
955 vol->mft_zone_start = 0;
956 ntfs_debug("vol->mft_zone_start = 0x%llx",
957 (unsigned long long)vol->mft_zone_start);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dlcnalloc.c78 ntfs_cluster_set_zone_pos(0, vol->mft_zone_start,
242 if (!zone_start || zone_start == vol->mft_zone_start ||
246 if (zone_start < vol->mft_zone_start) {
247 zone_end = vol->mft_zone_start;
381 if (!zone_start || zone_start == vol->mft_zone_start ||
399 zone_start = vol->mft_zone_start;
441 zone_end = vol->mft_zone_start;
454 if (zone_start == vol->mft_zone_start)
H A Dvolume.c531 vol->mft_zone_start = vol->mft_zone_pos = vol->mft_lcn;
547 if (vol->mft_zone_start <= mft_lcn)
548 vol->mft_zone_start = 0;
549 ntfs_log_debug("mft_zone_start = 0x%llx\n", (long long)vol->mft_zone_start);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dvolume.h172 LCN mft_zone_start; /* First cluster of the mft zone. */ member in struct:_ntfs_volume

Completed in 94 milliseconds