Searched refs:storageInfo (Results 1 – 1 of 1) sorted by relevance
2822 PTPStorageInfo storageInfo; in get_storage_freespace() local2825 ret = ptp_getstorageinfo(params, storage->id, &storageInfo); in get_storage_freespace()2836 storage->StorageType = storageInfo.StorageType; in get_storage_freespace()2837 storage->FilesystemType = storageInfo.FilesystemType; in get_storage_freespace()2838 storage->AccessCapability = storageInfo.AccessCapability; in get_storage_freespace()2839 storage->MaxCapacity = storageInfo.MaxCapability; in get_storage_freespace()2840 storage->FreeSpaceInBytes = storageInfo.FreeSpaceInBytes; in get_storage_freespace()2841 storage->FreeSpaceInObjects = storageInfo.FreeSpaceInImages; in get_storage_freespace()2842 storage->StorageDescription = storageInfo.StorageDescription; in get_storage_freespace()2843 storage->VolumeIdentifier = storageInfo.VolumeLabel; in get_storage_freespace()[all …]