Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dlcnalloc.c83 &vol->data1_zone_pos, tc); in ntfs_cluster_update_zone_pos()
287 zone_start = vol->data1_zone_pos; in ntfs_cluster_alloc()
435 zone_start = vol->data1_zone_pos; in ntfs_cluster_alloc()
490 zone_start = vol->data1_zone_pos; in ntfs_cluster_alloc()
Dvolume.c639 vol->data1_zone_pos = vol->mft_zone_end; in ntfs_volume_startup()
640 ntfs_log_debug("data1_zone_pos = %lld\n", (long long)vol->data1_zone_pos); in ntfs_volume_startup()
/third_party/ntfs-3g/include/ntfs-3g/
Dvolume.h213 LCN data1_zone_pos; /* Current position in the first data zone. */ member
/third_party/ntfs-3g/ntfsprogs/
Dntfsinfo.c496 (long long)vol->data1_zone_pos); in ntfs_dump_volume()