Searched defs:metrics (Results 1 – 2 of 2) sorted by relevance
54 struct metrics { struct55 vinum_off_t stripebase; /* base address of stripe (1st subdisk) */56 int stripeoffset; /* offset in stripe */57 int stripesectors; /* total sectors to transfer in this stripe */58 vinum_off_t sdbase; /* offset in subdisk of stripe base */59 int sdcount; /* number of disks involved in this transfer */60 vinum_off_t diskstart; /* remember where this transfer starts */61 int psdno; /* number of parity subdisk */62 int badsdno; /* number of down subdisk, if there is one */63 int firstsdno; /* first data subdisk number */[all …]
160 struct tos_metric metrics; member