Lines Matching defs:LIBMTP_devicestorage_struct
707 struct LIBMTP_devicestorage_struct { struct
708 uint32_t id; /**< Unique ID for this storage */
709 uint16_t StorageType; /**< Storage type */
710 uint16_t FilesystemType; /**< Filesystem type */
711 uint16_t AccessCapability; /**< Access capability */
712 uint64_t MaxCapacity; /**< Maximum capability */
713 uint64_t FreeSpaceInBytes; /**< Free space in bytes */
714 uint64_t FreeSpaceInObjects; /**< Free space in objects */
715 char *StorageDescription; /**< A brief description of this storage */
716 char *VolumeIdentifier; /**< A volume identifier */
717 LIBMTP_devicestorage_t *next; /**< Next storage, follow this link until NULL */
718 LIBMTP_devicestorage_t *prev; /**< Previous storage */