cprover
|
Go to the source code of this file.
Classes | |
struct | inode |
struct | file |
struct | data |
Macros | |
#define | MINORBITS 8 |
#define | MAJOR(dev) ((dev) >> MINORBITS) |
#define | MINOR(dev) ((dev) % 256) |
#define | NODEV 0 |
Typedefs | |
typedef unsigned short | kdev_t |
typedef unsigned int | mode_t |
typedef unsigned int | loff_t |