Friedrich-Alexander-Universität Erlangen-Nürnberg  /   Technische Fakultät  /   Department Informatik
Klassendiagramm für Ramdisk:
Zusammengehörigkeiten von Ramdisk:

Öffentliche Methoden

 Ramdisk (unsigned num)
 
 Ramdisk (void *buf, size_t size)
 
Block fix (u64 block_number)
 
void unfix (Block *block)
 
int sync ()
 
int sync (Block *block)
 
- Öffentliche Methoden geerbt von BlockDevice
bool set_blocksize (unsigned int blocksize)
 
unsigned int divide_by_blocksize (unsigned int val)
 
unsigned int modulo_blocksize (unsigned int val)
 
unsigned long divide_by_blocksize (unsigned long val)
 
unsigned long modulo_blocksize (unsigned long val)
 
u64 divide_by_blocksize (u64 val)
 
u64 modulo_blocksize (u64 val)
 
u64 divide_by_blocksize (off_t val)
 
u64 modulo_blocksize (off_t val)
 

Öffentliche, statische Methoden

static unsigned getInitrd ()
 
static bool hasInitrd (unsigned num=0)
 

Weitere Geerbte Elemente

- Öffentliche Attribute geerbt von BlockDevice
unsigned int blocksize
 
unsigned int blocksize_bits
 

Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Dateien:
  • fs/ramdisk.h
  • fs/ramdisk.cc