Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dblock_allocator.c47 bool removed; member
104 if (q->entry[i].removed) { in block_allocator_queue_find()
124 q->entry[q->tail].removed = true; in block_allocator_queue_add_removed()
151 q->entry[index].removed = true; in block_allocator_queue_add()
171 q->entry[q->tail].removed = false; in block_allocator_queue_add()
546 entry.removed); in block_allocator_process_queue()
547 if (entry.removed) { in block_allocator_process_queue()
Dfile.h67 bool removed);
Dfile.c923 bool removed = false; in file_iterate() local
950 removed = file_is_removed(tr, block_mac_to_block(tr, &block_mac)); in file_iterate()
957 stop = state->file(state, tr, &block_mac, added, removed); in file_iterate()
Dclient.c902 bool removed) { in storage_file_list_iter() argument
918 : removed ? STORAGE_FILE_LIST_REMOVED in storage_file_list_iter()
Dsuper.c992 bool removed) { in fs_check_file() argument
/trusty/user/app/storage/test/block_host_test/
Dblock_test.c1762 bool removed) { in file_iterate_many_iter() argument