Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dvolume.c947 VOLUME_INFORMATION *vinf; in ntfs_device_mount() local
1166 vinf = (VOLUME_INFORMATION*)(le16_to_cpu(a->value_offset) + (char*)a); in ntfs_device_mount()
1168 if ((char*)vinf + le32_to_cpu(a->value_length) > (char*)ctx->mrec + in ntfs_device_mount()
1177 vol->major_ver = vinf->major_ver; in ntfs_device_mount()
1178 vol->minor_ver = vinf->minor_ver; in ntfs_device_mount()
1181 vol->flags = vinf->flags; in ntfs_device_mount()