Home
last modified time | relevance | path

Searched refs:endoffset (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/raid/vinum/
HDvinumrequest.c895 vinum_off_t endoffset; in sdio() local
952endoffset = (vinum_off_t)(bio->bio_offset >> DEV_BSHIFT) + sbp->b.b_bcount / DEV_BSIZE; /* final … in sdio()
953 if (endoffset > sd->sectors) { /* beyond the end */ in sdio()
954 sbp->b.b_bcount -= (endoffset - sd->sectors) * DEV_BSIZE; /* trim */ in sdio()