Searched defs:dt_partition (Results 1 – 1 of 1) sorted by relevance
90 struct dt_partition { struct91 __uint64_t p_offset; /* offset, in sectors */92 __uint64_t p_size; /* #sectors in partition */93 int p_fstype;94 int p_fsize; /* fragment size */95 int p_frag; /* bsize = fsize * frag */96 char p_fstypestr[32];