Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/
H A Dboot.c364 Status = IoSetDeviceInterfaceState(&pdode->vde->bus_name, false); in check_system_root()
368 Status = IoSetDeviceInterfaceState(&pdode->vde->bus_name, true); in check_system_root()
H A Dsearch.c551 Status = IoSetDeviceInterfaceState(&vde->bus_name, false);
660 Status = IoSetDeviceInterfaceState(&vde->bus_name, false);
H A Dbtrfs_drv.h850 UNICODE_STRING bus_name; member
879 UNICODE_STRING bus_name; member
H A Dvolume.c1284 Status = IoSetDeviceInterfaceState(&pdode->vde->bus_name, true); in add_volume_device()
H A Dbtrfs.c6243 …= IoRegisterDeviceInterface(PhysicalDeviceObject, &GUID_DEVINTERFACE_VOLUME, NULL, &vde->bus_name);
6261 Status = IoSetDeviceInterfaceState(&vde->bus_name, true);
6504 Status = IoRegisterDeviceInterface(bde->buspdo, &BtrfsBusInterface, NULL, &bde->bus_name);
6512 Status = IoSetDeviceInterfaceState(&bde->bus_name, true);