OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:oob_list
(Results
1 - 1
of
1
) sorted by null
/system/extras/ext4_utils/
allocate.c
34
struct region_list
oob_list
;
member in struct:block_allocation
66
alloc->
oob_list
.first = NULL;
67
alloc->
oob_list
.last = NULL;
70
alloc->
oob_list
.iter = NULL;
71
alloc->
oob_list
.partial_iter = 0;
126
dump_starting_from(alloc->
oob_list
.first);
518
struct region *reg = alloc->
oob_list
.iter;
519
block += alloc->
oob_list
.partial_iter;
621
region_list_append(&alloc->
oob_list
, oob);
657
return advance_list_ptr(&alloc->
oob_list
, blocks)
[
all
...]
Completed in 144 milliseconds