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 830 table = cache->used_head;
831 cache->used_head = NULL;
966 * Put table from used list (used_head) into free list (free_head).
967 * l2_table is used to return pointer to the next used table (used_head).
975 table = cache->used_head;
976 cache->used_head = table->next;
989 *l2_table = cache->used_head;
997 struct ext2_qcow2_l2_table *table = cache->used_head;
1043 cache->used_head = table;
    [all...]

Completed in 1010 milliseconds