Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dlcnalloc.c86 &vol->data2_zone_pos, tc); in ntfs_cluster_update_zone_pos()
437 zone_start = vol->data2_zone_pos; in ntfs_cluster_alloc()
498 zone_start = vol->data2_zone_pos; in ntfs_cluster_alloc()
Dvolume.c641 vol->data2_zone_pos = 0; in ntfs_volume_startup()
642 ntfs_log_debug("data2_zone_pos = %lld\n", (long long)vol->data2_zone_pos); in ntfs_volume_startup()
/third_party/ntfs-3g/include/ntfs-3g/
Dvolume.h214 LCN data2_zone_pos; /* Current position in the second data zone. */ member
/third_party/ntfs-3g/ntfsprogs/
Dntfsinfo.c498 (long long)vol->data2_zone_pos); in ntfs_dump_volume()