Home | History | Annotate | Download | only in linux

Lines Matching refs:partition

28 	LINUX_RAID_PARTITION = 0xfd,	/* autodetect RAID partition */
38 FREEBSD_PARTITION = 0xa5, /* FreeBSD Partition ID */
39 OPENBSD_PARTITION = 0xa6, /* OpenBSD Partition ID */
40 NETBSD_PARTITION = 0xa9, /* NetBSD Partition ID */
41 BSDI_PARTITION = 0xb7, /* BSDI Partition ID */
42 MINIX_PARTITION = 0x81, /* Minix Partition ID */
47 struct partition {
52 unsigned char sys_ind; /* What partition type */
57 unsigned int nr_sects; /* nr of sectors in partition */
68 __le16 s_tag; /* ID tag of partition */
70 __le32 s_start; /* start sector no of partition */
71 __le32 s_size; /* # of blocks in partition */
101 #define BSD_FS_UNUSED 0 /* disklabel unused partition entry ID */
131 /* filesystem and partition information: */
135 struct bsd_partition { /* the partition table */
136 __le32 p_size; /* number of sectors in partition */
174 __le32 d_part_start; /* # of first sector of this partition */