Searched refs:storageInfo (Results 1 – 1 of 1) sorted by relevance
3126 PTPStorageInfo storageInfo; in get_storage_freespace() local3129 ret = ptp_getstorageinfo(params, storage->id, &storageInfo); in get_storage_freespace()3141 storage->StorageType = storageInfo.StorageType; in get_storage_freespace()3142 storage->FilesystemType = storageInfo.FilesystemType; in get_storage_freespace()3143 storage->AccessCapability = storageInfo.AccessCapability; in get_storage_freespace()3144 storage->MaxCapacity = storageInfo.MaxCapability; in get_storage_freespace()3145 storage->FreeSpaceInBytes = storageInfo.FreeSpaceInBytes; in get_storage_freespace()3146 storage->FreeSpaceInObjects = storageInfo.FreeSpaceInImages; in get_storage_freespace()3147 storage->StorageDescription = storageInfo.StorageDescription; in get_storage_freespace()3148 storage->VolumeIdentifier = storageInfo.VolumeLabel; in get_storage_freespace()[all …]