ReactOS 0.4.16-dev-106-g10b08aa
|
#include <module.h>
kmem_cache_t* block_device::bd_bh_cache |
LIST_ENTRY block_device::bd_bh_free |
ERESOURCE block_device::bd_bh_lock |
Definition at line 560 of file module.h.
Referenced by __brelse(), get_block_bh_mdl(), and get_block_bh_pin().
Definition at line 561 of file module.h.
Referenced by buffer_head_insert(), buffer_head_remove(), and buffer_head_search().
PDEVICE_OBJECT block_device::bd_dev |
DISK_GEOMETRY block_device::bd_geo |
ANSI_STRING block_device::bd_name |
PARTITION_INFORMATION block_device::bd_part |
void* block_device::bd_priv |
Definition at line 554 of file module.h.
Referenced by __brelse(), get_block_bh_mdl(), get_block_bh_pin(), submit_bh_mdl(), submit_bh_pin(), and sync_blockdev().
PFILE_OBJECT block_device::bd_volume |