Searched refs:ondisk_obj (Results 1 – 1 of 1) sorted by relevance
1347 ks_obj_t *ondisk_obj, *prev_ondisk_obj; in refresh_token_objects() local1351 ondisk_obj = on_disk_list; in refresh_token_objects()1360 while ((!found) && (ondisk_obj != NULL)) { in refresh_token_objects()1362 if (strcmp((char *)((ondisk_obj->ks_handle).name), in refresh_token_objects()1369 if (ondisk_obj->obj_version != in refresh_token_objects()1383 rv = soft_update_object(ondisk_obj, in refresh_token_objects()1395 if (ondisk_obj == on_disk_list) { in refresh_token_objects()1397 on_disk_list = ondisk_obj->next; in refresh_token_objects()1400 ondisk_obj->next; in refresh_token_objects()1402 free(ondisk_obj->buf); in refresh_token_objects()[all …]