Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/
H A Dtreefuncs.c1258batch_item_ind* bii = CONTAINING_RECORD(RemoveHeadList(&br->items_ind), batch_item_ind, list_entry… in clear_batch_list()
1920batch_item_ind* bii = CONTAINING_RECORD(RemoveHeadList(&br->items_ind), batch_item_ind, list_entry…
H A Dflushthread.c4438 static NTSTATUS split_batch_item_list(batch_item_ind* bii) { in split_batch_item_list()
4442 batch_item_ind* bii2; in split_batch_item_list()
4483 bii2 = ExAllocatePoolWithTag(PagedPool, sizeof(batch_item_ind), ALLOC_TAG); in split_batch_item_list()
4549 batch_item_ind* bii;
4551 bii = ExAllocatePoolWithTag(PagedPool, sizeof(batch_item_ind), ALLOC_TAG);
4581 batch_item_ind* bii = CONTAINING_RECORD(le, batch_item_ind, list_entry);
H A Dbtrfs_drv.h499 } batch_item_ind; typedef