HomeSort by relevance Sort by last modified time
    Searched refs:used_head (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/lib/ext2fs/
qcow2.h 70 L2_CACHE_HEAD *used_head; member in struct:ext2_qcow2_l2_cache
  /external/e2fsprogs/misc/
e2image.c 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;
    [all...]

Completed in 367 milliseconds