Searched refs:FreeSpaceInBytes (Results 1 – 5 of 5) sorted by relevance
2699 … if (sortby == LIBMTP_STORAGE_SORTBY_FREESPACE && ptr1->FreeSpaceInBytes > ptr2->FreeSpaceInBytes) in sort_storage_by()2701 … if (sortby == LIBMTP_STORAGE_SORTBY_MAXSPACE && ptr1->FreeSpaceInBytes > ptr2->FreeSpaceInBytes) in sort_storage_by()2840 storage->FreeSpaceInBytes = storageInfo.FreeSpaceInBytes; in get_storage_freespace()2845 if(storage->FreeSpaceInBytes == (uint64_t) -1) in get_storage_freespace()2847 *freespace = storage->FreeSpaceInBytes; in get_storage_freespace()3201 printf(" FreeSpaceInBytes: %llu\n", (long long unsigned int) storage->FreeSpaceInBytes); in LIBMTP_Dump_Device_Info()3749 storage->FreeSpaceInBytes = (uint64_t) -1; in LIBMTP_Get_Storage()3783 storage->FreeSpaceInBytes = storageInfo.FreeSpaceInBytes; in LIBMTP_Get_Storage()
713 uint64_t FreeSpaceInBytes; /**< Free space in bytes */ member
711 uint64_t FreeSpaceInBytes; /**< Free space in bytes */ member
712 uint64_t FreeSpaceInBytes; member
425 si->FreeSpaceInBytes=dtoh64a(&data[PTP_si_FreeSpaceInBytes]); in ptp_unpack_SI()