Searched refs:batch_item_ind (Results 1 – 3 of 3) sorted by relevance
/reactos/drivers/filesystems/btrfs/ |
H A D | treefuncs.c | 1258 …batch_item_ind* bii = CONTAINING_RECORD(RemoveHeadList(&br->items_ind), batch_item_ind, list_entry… in clear_batch_list() 1920 …batch_item_ind* bii = CONTAINING_RECORD(RemoveHeadList(&br->items_ind), batch_item_ind, list_entry…
|
H A D | flushthread.c | 4438 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 D | btrfs_drv.h | 499 } batch_item_ind; typedef
|