Home
last modified time | relevance | path

Searched refs:ext2_qcow2_l2_table (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dqcow2.h60 typedef struct ext2_qcow2_l2_table L2_CACHE_HEAD;
62 struct ext2_qcow2_l2_table { struct
/external/e2fsprogs/misc/
De2image.c769 struct ext2_qcow2_l2_table *table; in init_l2_cache()
786 sizeof(struct ext2_qcow2_l2_table), &table); in init_l2_cache()
810 struct ext2_qcow2_l2_table *tmp, *table; in put_l2_cache()
970 struct ext2_qcow2_l2_table **l2_table) in put_used_table()
973 struct ext2_qcow2_l2_table *table; in put_used_table()
997 struct ext2_qcow2_l2_table *table = cache->used_head; in flush_l2_cache()
1027 struct ext2_qcow2_l2_table **l2_table) in get_free_table()
1029 struct ext2_qcow2_l2_table *table; in get_free_table()
1055 struct ext2_qcow2_l2_table *table = cache->used_tail; in add_l2_item()