Searched defs:cur_entry (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/contrib/android/
H A Dbasefs_allocator.c10 struct basefs_entry *cur_entry; member in struct:base_fs_allocator
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
[all...]
/external/squashfs-tools/squashfs-tools/
H A Dunsquashfs.h183 int cur_entry; member in struct:dir

Completed in 83 milliseconds