Home | History | Annotate | Download | only in linux

Lines Matching refs:partition

22 	LINUX_RAID_PARTITION = 0xfd,	/* autodetect RAID partition */
32 FREEBSD_PARTITION = 0xa5, /* FreeBSD Partition ID */
33 OPENBSD_PARTITION = 0xa6, /* OpenBSD Partition ID */
34 NETBSD_PARTITION = 0xa9, /* NetBSD Partition ID */
35 BSDI_PARTITION = 0xb7, /* BSDI Partition ID */
36 MINIX_PARTITION = 0x81, /* Minix Partition ID */
42 struct partition {
47 unsigned char sys_ind; /* What partition type */
52 unsigned int nr_sects; /* nr of sectors in partition */
64 struct partition {
69 unsigned char sys_ind; /* What partition type */
74 __le32 nr_sects; /* nr of sectors in partition */
258 __le16 s_tag; /* ID tag of partition */
260 __le32 s_start; /* start sector no of partition */
261 __le32 s_size; /* # of blocks in partition */
291 #define BSD_FS_UNUSED 0 /* disklabel unused partition entry ID */
321 /* filesystem and partition information: */
325 struct bsd_partition { /* the partition table */
326 __le32 p_size; /* number of sectors in partition */
364 __le32 d_part_start; /* # of first sector of this partition */