Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/
H A Dfree-space.c232 InsertTailList(list_size, &s->list_entry_size); in add_space_entry()
303 InsertHeadList(list_size, &s->list_entry_size); in order_space_entry()
320 InsertTailList(list_size, &s->list_entry_size); in order_space_entry()
671 RemoveEntryList(&s2->list_entry_size); in load_stored_free_space_cache()
674 RemoveEntryList(&s->list_entry_size); in load_stored_free_space_cache()
720 RemoveEntryList(&s->list_entry_size); in load_stored_free_space_cache()
870 RemoveEntryList(&s2->list_entry_size); in load_stored_free_space_tree()
873 RemoveEntryList(&s->list_entry_size); in load_stored_free_space_tree()
1530 RemoveEntryList(&s2->list_entry_size); in space_list_add2()
1563 RemoveEntryList(&s2->list_entry_size); in space_list_add2()
[all …]
H A Dwrite.c62 s = CONTAINING_RECORD(le, space, list_entry_size); in find_data_address_in_chunk()
71 s = CONTAINING_RECORD(le->Blink, space, list_entry_size); in find_data_address_in_chunk()
80 s = CONTAINING_RECORD(c->space_size.Blink, space, list_entry_size); in find_data_address_in_chunk()
651 InsertTailList(&c->space_size, &s->list_entry_size); in alloc_chunk()
3031 space* s = CONTAINING_RECORD(c->space_size.Flink, space, list_entry_size); in insert_chunk_fragmented()
H A Dbtrfs_drv.h521 LIST_ENTRY list_entry_size; member
H A Dflushthread.c793 s = CONTAINING_RECORD(le, space, list_entry_size); in find_metadata_address_in_chunk()
803 s = CONTAINING_RECORD(le->Blink, space, list_entry_size); in find_metadata_address_in_chunk()
814 s = CONTAINING_RECORD(c->space_size.Blink, space, list_entry_size); in find_metadata_address_in_chunk()