Home | History | Annotate | Download | only in android

Lines Matching full:cur_entry

10 	struct basefs_entry *cur_entry;
55 allocator->cur_entry = NULL;
77 struct basefs_entry *e = allocator->cur_entry;
126 allocator->cur_entry = hashmap_lookup(allocator->entries,
139 if (!allocator || !allocator->cur_entry || mode != S_IFREG)
142 fs_free_blocks_range(fs, allocator->cur_entry->head);
143 delete_block_ranges(allocator->cur_entry->head);
144 allocator->cur_entry->head = allocator->cur_entry->tail = NULL;
145 allocator->cur_entry = NULL;