Home
last modified time | relevance | path

Searched refs:prealloc (Results 1 – 1 of 1) sorted by relevance

/system/extras/ext4_utils/
Dextent.c76 struct ext4_inode *inode, u64 len, struct block_allocation *prealloc) in do_inode_allocate_extents() argument
85 if (!prealloc) { in do_inode_allocate_extents()
92 prealloc_block_len = block_allocation_len(prealloc); in do_inode_allocate_extents()
100 region_list_merge(&prealloc->list, &alloc->list); in do_inode_allocate_extents()
103 alloc = prealloc; in do_inode_allocate_extents()
229 struct block_allocation *alloc, *prealloc = base_fs_allocations, *prev_prealloc = NULL; in inode_allocate_file_extents() local
232 while (prealloc && prealloc->filename != NULL) { in inode_allocate_file_extents()
233 if (!strcmp(filename, prealloc->filename)) { in inode_allocate_file_extents()
236 prev_prealloc = prealloc; in inode_allocate_file_extents()
237 prealloc = prealloc->next; in inode_allocate_file_extents()
[all …]