HomeSort by relevance Sort by last modified time
    Searched refs:base_fs_allocations (Results 1 - 4 of 4) sorted by null

  /system/extras/ext4_utils/
extent.c 228 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;
ext4_utils.h 122 extern struct block_allocation *base_fs_allocations;
make_ext4fs.c 563 if (base_fs_allocations == NULL)
564 base_fs_allocations = create_allocation();
565 fs_alloc = base_fs_allocations;
ext4_utils.c 52 struct block_allocation *base_fs_allocations = NULL; variable in typeref:struct:block_allocation

Completed in 171 milliseconds