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