Searched defs:ukfs__partition (Results 1 – 1 of 1) sorted by relevance
133 struct ukfs__partition { /* the partition table */ struct134 uint32_t p_size; /* number of sectors in partition */135 uint32_t p_offset; /* starting sector */136 union {140 } __partition_u2;143 uint8_t p_fstype; /* filesystem type, see below */144 uint8_t p_frag; /* filesystem fragments per block */145 union {148 } __partition_u1;