Home
last modified time | relevance | path

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

/external/qemu/distrib/ext4_utils/src/
Dallocate.c34 struct region_list oob_list; member
73 alloc->oob_list.first = NULL; in create_allocation()
74 alloc->oob_list.last = NULL; in create_allocation()
77 alloc->oob_list.iter = NULL; in create_allocation()
78 alloc->oob_list.partial_iter = 0; in create_allocation()
152 dump_starting_from(alloc->oob_list.first);
499 struct region *reg = alloc->oob_list.iter; in get_oob_block()
500 block += alloc->oob_list.partial_iter; in get_oob_block()
602 region_list_append(&alloc->oob_list, oob); in reserve_oob_blocks()
638 return advance_list_ptr(&alloc->oob_list, blocks); in advance_oob_blocks()
[all …]