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