Searched defs:bsd_partition (Results 1 – 1 of 1) sorted by relevance
331 struct bsd_partition { /* the partition table */ struct332 __le32 p_size; /* number of sectors in partition */333 __le32 p_offset; /* starting sector */334 __le32 p_fsize; /* filesystem basic fragment size */335 __u8 p_fstype; /* filesystem type, see below */336 __u8 p_frag; /* filesystem fragments per block */337 __le16 p_cpg; /* filesystem cylinders per group */