OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_next_region
(Results
1 - 4
of
4
) sorted by null
/system/extras/ext4_utils/
allocate.h
39
void
get_next_region
(struct block_allocation *alloc);
extent.c
38
for (; alloc != NULL && backing_len > 0;
get_next_region
(alloc)) {
60
for (; alloc != NULL && backing_len > 0;
get_next_region
(alloc)) {
150
for (; !last_region(alloc); extent++,
get_next_region
(alloc)) {
indirect.c
41
for (; alloc != NULL && backing_len > 0;
get_next_region
(alloc)) {
allocate.c
552
void
get_next_region
(struct block_allocation *alloc)
function
Completed in 608 milliseconds