Lines Matching defs:metrics
54 struct metrics { struct
55 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 */
65 int useroffset;
91 void setrqebounds(struct rqelement *rqe, struct metrics *mp); argument