Searched refs:plexblkno (Results 1 – 1 of 1) sorted by relevance
66 vinum_off_t plexblkno; /* lblkno in plex */ in revive_block() local73 plexblkno = 0; /* to keep the compiler happy */ in revive_block()95 plexblkno = sd->revived + sd->plexoffset; /* corresponding address in plex */ in revive_block()102 plexblkno = sd->plexoffset /* base */ in revive_block()110 plexblkno = sd->plexoffset /* base */ in revive_block()128 plexblkno -= plex->stripesize; /* one stripe less */ in revive_block()130 plexblkno -= plex->stripesize * sd->plexsdno; /* go back to the beginning of the band */ in revive_block()151 bp->b_bio1.bio_offset = (off_t)plexblkno << DEV_BSHIFT; /* start here */ in revive_block()155 lock = lockrange(plexblkno << DEV_BSHIFT, bp, plex); /* lock it */ in revive_block()