|
Linux Kernel
3.7.1
|
#include <linux/types.h>Go to the source code of this file.
Data Structures | |
| struct | RigidDiskBlock |
| struct | PartitionBlock |
Macros | |
| #define | IDNAME_RIGIDDISK 0x5244534B /* "RDSK" */ |
| #define | IDNAME_PARTITION 0x50415254 /* "PART" */ |
| #define | RDB_ALLOCATION_LIMIT 16 |
| #define IDNAME_PARTITION 0x50415254 /* "PART" */ |
Definition at line 64 of file affs_hardblocks.h.
| #define IDNAME_RIGIDDISK 0x5244534B /* "RDSK" */ |
Definition at line 47 of file affs_hardblocks.h.
| #define RDB_ALLOCATION_LIMIT 16 |
Definition at line 66 of file affs_hardblocks.h.
1.8.2