Home | History | Annotate | Download | only in misc

Lines Matching refs:used_head

816 		table = cache->used_head;
817 cache->used_head = NULL;
952 * Put table from used list (used_head) into free list (free_head).
953 * l2_table is used to return pointer to the next used table (used_head).
961 table = cache->used_head;
962 cache->used_head = table->next;
975 *l2_table = cache->used_head;
983 struct ext2_qcow2_l2_table *table = cache->used_head;
1029 cache->used_head = table;