OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_region
(Results
1 - 6
of
6
) sorted by null
/external/qemu/distrib/ext4_utils/src/
allocate.h
51
int
last_region
(struct block_allocation *alloc);
extent.c
149
for (; !
last_region
(alloc); extent++, get_next_region(alloc)) {
allocate.c
531
int
last_region
(struct block_allocation *alloc)
function
/system/extras/ext4_utils/
allocate.h
66
int
last_region
(struct block_allocation *alloc);
extent.c
149
for (; !
last_region
(alloc); extent++, get_next_region(alloc)) {
allocate.c
532
int
last_region
(struct block_allocation *alloc)
function
Completed in 3944 milliseconds