Searched defs:bsd_partition (Results 1 – 2 of 2) sorted by relevance
340 struct bsd_partition { /* the partition table */ struct341 __le32 p_size; /* number of sectors in partition */342 __le32 p_offset; /* starting sector */343 __le32 p_fsize; /* filesystem basic fragment size */344 __u8 p_fstype; /* filesystem type, see below */345 __u8 p_frag; /* filesystem fragments per block */346 __le16 p_cpg; /* filesystem cylinders per group */
339 struct bsd_partition { /* the partition table */ struct340 __le32 p_size; /* number of sectors in partition */341 __le32 p_offset; /* starting sector */342 __le32 p_fsize; /* filesystem basic fragment size */343 __u8 p_fstype; /* filesystem type, see below */344 __u8 p_frag; /* filesystem fragments per block */345 __le16 p_cpg; /* filesystem cylinders per group */