Searched refs:PARTITION_DEVICE_FROM_BLOCK_IO_THIS (Results 1 – 2 of 2) sorted by relevance
471 Private = PARTITION_DEVICE_FROM_BLOCK_IO_THIS (BlockIo); in PartitionDriverBindingStop()586 Private = PARTITION_DEVICE_FROM_BLOCK_IO_THIS (This); in PartitionReset()662 Private = PARTITION_DEVICE_FROM_BLOCK_IO_THIS (This); in PartitionReadBlocks()713 Private = PARTITION_DEVICE_FROM_BLOCK_IO_THIS (This); in PartitionWriteBlocks()750 Private = PARTITION_DEVICE_FROM_BLOCK_IO_THIS (This); in PartitionFlushBlocks()
75 #define PARTITION_DEVICE_FROM_BLOCK_IO_THIS(a) CR (a, PARTITION_PRIVATE_DATA, BlockIo, PARTITION_P… macro