Home
last modified time | relevance | path

Searched defs:mac_partition (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/partitions/
Dmac.h10 struct mac_partition { struct
11 __u16 signature; /* expected to be MAC_PARTITION_MAGIC */
12 __u16 res1;
13 __u32 map_count; /* # blocks in partition map */
14 __u32 start_block; /* absolute starting block # of partition */
15 __u32 block_count; /* number of blocks in partition */
16 char name[32]; /* partition name */
17 char type[32]; /* string type description */
18 __u32 data_start; /* rel block # of first data block */
19 __u32 data_count; /* number of data blocks */
[all …]
Dmac.c27 int mac_partition(struct gendisk *hd, struct block_device *bdev, in mac_partition() function