Home
last modified time | relevance | path

Searched refs:mft_zone_pos (Results 1 – 4 of 4) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dlcnalloc.c80 &vol->mft_zone_pos, tc); in ntfs_cluster_update_zone_pos()
289 zone_start = vol->mft_zone_pos; in ntfs_cluster_alloc()
433 zone_start = vol->mft_zone_pos; in ntfs_cluster_alloc()
510 zone_start = vol->mft_zone_pos; in ntfs_cluster_alloc()
Dvolume.c599 vol->mft_zone_start = vol->mft_zone_pos = vol->mft_lcn; in ntfs_volume_startup()
600 ntfs_log_debug("mft_zone_pos = 0x%llx\n", (long long)vol->mft_zone_pos); in ntfs_volume_startup()
/third_party/ntfs-3g/include/ntfs-3g/
Dvolume.h212 LCN mft_zone_pos; /* Current position in the mft zone. */ member
/third_party/ntfs-3g/ntfsprogs/
Dntfsinfo.c494 printf("\tMFT Zone Position: %lld\n", (long long)vol->mft_zone_pos); in ntfs_dump_volume()