Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/
H A Dpnp.c389 PDEVICE_RELATIONS device_relations; in pdo_query_device_relations() local
394 device_relations = ExAllocatePoolWithTag(PagedPool, sizeof(DEVICE_RELATIONS), ALLOC_TAG); in pdo_query_device_relations()
395 if (!device_relations) { in pdo_query_device_relations()
400 device_relations->Count = 1; in pdo_query_device_relations()
401 device_relations->Objects[0] = pdo; in pdo_query_device_relations()
405 Irp->IoStatus.Information = (ULONG_PTR)device_relations; in pdo_query_device_relations()