#include <fs/blockdevice.h>
◆ BlockDevice() [1/2]
BlockDevice::BlockDevice |
( |
| ) |
|
|
inline |
◆ BlockDevice() [2/2]
◆ fix()
◆ unfix()
virtual void BlockDevice::unfix |
( |
Block * |
block | ) |
|
|
pure virtual |
◆ sync() [1/2]
virtual int BlockDevice::sync |
( |
Block * |
block | ) |
|
|
pure virtual |
◆ sync() [2/2]
virtual int BlockDevice::sync |
( |
| ) |
|
|
pure virtual |
◆ set_blocksize()
bool BlockDevice::set_blocksize |
( |
unsigned int |
blocksize | ) |
|
◆ divide_by_blocksize()
template<typename T >
T BlockDevice::divide_by_blocksize |
( |
T |
val | ) |
const |
|
inline |
◆ modulo_blocksize()
template<typename T >
T BlockDevice::modulo_blocksize |
( |
T |
val | ) |
const |
|
inline |
◆ operator=()
◆ blocksize
unsigned int BlockDevice::blocksize |
◆ blocksize_bits
unsigned int BlockDevice::blocksize_bits |
The documentation for this class was generated from the following files: