Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/
Dqcow2.h61 typedef struct ext2_qcow2_l2_table L2_CACHE_HEAD;
63 struct ext2_qcow2_l2_table { struct
/third_party/e2fsprogs/misc/
De2image.c785 struct ext2_qcow2_l2_table *table; in init_l2_cache()
802 sizeof(struct ext2_qcow2_l2_table), &table); in init_l2_cache()
826 struct ext2_qcow2_l2_table *tmp, *table; in put_l2_cache()
990 struct ext2_qcow2_l2_table **l2_table) in put_used_table()
993 struct ext2_qcow2_l2_table *table; in put_used_table()
1017 struct ext2_qcow2_l2_table *table = cache->used_head; in flush_l2_cache()
1047 struct ext2_qcow2_l2_table **l2_table) in get_free_table()
1049 struct ext2_qcow2_l2_table *table; in get_free_table()
1075 struct ext2_qcow2_l2_table *table = cache->used_tail; in add_l2_item()