Searched refs:disk (Results 1 – 3 of 3) sorted by relevance
71 struct gpt_disk *disk = NULL; in get_partition_attribute() local77 disk = gpt_disk_alloc(); in get_partition_attribute()78 if (!disk) { in get_partition_attribute()82 if (gpt_disk_get_disk_info(partname, disk)) { in get_partition_attribute()86 pentry = gpt_disk_get_pentry(disk, partname, PRIMARY_GPT); in get_partition_attribute()101 gpt_disk_free(disk); in get_partition_attribute()104 if (disk) in get_partition_attribute()105 gpt_disk_free(disk); in get_partition_attribute()117 struct gpt_disk *disk = NULL; in update_slot_attribute() local170 disk = gpt_disk_alloc(disk); in update_slot_attribute()[all …]
18 # Android creates by-name disk links with the disk controller20 # can be associated with the correct disk. Create a shortcut to
288 # determine which symbols to keep in memory and which to flush to disk.289 # When the cache is full, less often used symbols will be written to disk.292 # doxygen to be busy swapping symbols to and from disk most of the time