OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:backed_block_list
(Results
1 - 2
of
2
) sorted by null
/system/core/libsparse/
sparse_file.h
27
struct
backed_block_list
*
backed_block_list
;
member in struct:sparse_file
backed_block.c
49
struct
backed_block_list
{
struct
55
struct backed_block *backed_block_iter_new(struct
backed_block_list
*bbl)
123
struct
backed_block_list
*backed_block_list_new(unsigned int block_size)
125
struct
backed_block_list
*b = calloc(sizeof(struct
backed_block_list
), 1);
130
void backed_block_list_destroy(struct
backed_block_list
*bbl)
144
void backed_block_list_move(struct
backed_block_list
*from,
145
struct
backed_block_list
*to, struct backed_block *start,
191
static int merge_bb(struct
backed_block_list
*bbl,
247
static int queue_bb(struct
backed_block_list
*bbl, struct backed_block *new_bb
[
all
...]
Completed in 320 milliseconds