Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | new_pmap |
struct | old_pmap |
struct | old_pmap::old_pmap_entry |
Macros | |
#define | HFS_DD_BLK 0 /* Driver Descriptor block */ |
#define | HFS_PMAP_BLK 1 /* First block of partition map */ |
#define | HFS_MDB_BLK 2 /* Block (w/i partition) of MDB */ |
#define | HFS_DRVR_DESC_MAGIC 0x4552 /* "ER": driver descriptor map */ |
#define | HFS_OLD_PMAP_MAGIC 0x5453 /* "TS": old-type partition map */ |
#define | HFS_NEW_PMAP_MAGIC 0x504D /* "PM": new-type partition map */ |
#define | HFS_SUPER_MAGIC 0x4244 /* "BD": HFS MDB (super block) */ |
#define | HFS_MFS_SUPER_MAGIC 0xD2D7 /* MFS MDB (super block) */ |
Functions | |
int | hfs_part_find (struct super_block *sb, sector_t *part_start, sector_t *part_size) |
Variables | |
struct new_pmap | __packed |
#define HFS_DD_BLK 0 /* Driver Descriptor block */ |
Definition at line 21 of file part_tbl.c.
#define HFS_DRVR_DESC_MAGIC 0x4552 /* "ER": driver descriptor map */ |
Definition at line 26 of file part_tbl.c.
#define HFS_MFS_SUPER_MAGIC 0xD2D7 /* MFS MDB (super block) */ |
Definition at line 30 of file part_tbl.c.
#define HFS_NEW_PMAP_MAGIC 0x504D /* "PM": new-type partition map */ |
Definition at line 28 of file part_tbl.c.
#define HFS_OLD_PMAP_MAGIC 0x5453 /* "TS": old-type partition map */ |
Definition at line 27 of file part_tbl.c.
Definition at line 22 of file part_tbl.c.
#define HFS_SUPER_MAGIC 0x4244 /* "BD": HFS MDB (super block) */ |
Definition at line 29 of file part_tbl.c.
int hfs_part_find | ( | struct super_block * | sb, |
sector_t * | part_start, | ||
sector_t * | part_size | ||
) |
Definition at line 128 of file part_tbl.c.