Searched refs:stat_result (Results 1 – 1 of 1) sorted by relevance
188 enum part_stat_result_type stat_result = stat_block_device(buf); in update_slot_attribute() local189 if (stat_result == PARTITION_MISSING) { in update_slot_attribute()192 } else if (stat_result == PARTITION_STAT_ERROR) { in update_slot_attribute()202 stat_result = stat_block_device(buf); in update_slot_attribute()203 if (stat_result == PARTITION_MISSING) { in update_slot_attribute()206 } else if (stat_result == PARTITION_STAT_ERROR) { in update_slot_attribute()432 enum part_stat_result_type stat_result = stat_block_device(buf); in boot_ctl_set_active_slot_for_partitions() local433 if (stat_result == PARTITION_MISSING) { in boot_ctl_set_active_slot_for_partitions()436 } else if (stat_result == PARTITION_STAT_ERROR) { in boot_ctl_set_active_slot_for_partitions()443 stat_result = stat_block_device(buf); in boot_ctl_set_active_slot_for_partitions()[all …]