Searched refs:base_fs_allocations (Results 1 - 4 of 4) sorted by relevance

/system/extras/ext4_utils/
H A Dextent.c228 struct block_allocation *alloc, *prealloc = base_fs_allocations, *prev_prealloc = NULL;
229 // TODO(mkayyash): base_fs_allocations is sorted by filename, consider
240 base_fs_allocations = base_fs_allocations->next;
H A Dext4_utils.h122 extern struct block_allocation *base_fs_allocations;
H A Dmake_ext4fs.c563 if (base_fs_allocations == NULL)
564 base_fs_allocations = create_allocation();
565 fs_alloc = base_fs_allocations;
H A Dext4_utils.c52 struct block_allocation *base_fs_allocations = NULL; variable in typeref:struct:block_allocation

Completed in 35 milliseconds