Searched refs:real_off (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/geom/vinum/
H A Dgeom_vinum_raid5.c185 off_t real_len, real_off; local
190 gv_raid5_offset(p, boff, bcount, &real_off, &real_len, NULL, &psdno, 1);
212 wp->lockbase = real_off;
262 off_t real_len, real_off; local
267 gv_raid5_offset(p, boff, bcount, &real_off, &real_len, NULL, NULL, 1);
304 wp->lockbase = real_off;
352 off_t real_len, real_off; local
383 gv_raid5_offset(p, boff, bcount, &real_off, &real_len,
420 wp->lockbase = real_off;
589 gv_raid5_offset(struct gv_plex *p, off_t boff, off_t bcount, off_t *real_off, argument
[all...]
H A Dgeom_vinum_plex.c129 gv_plex_offset(struct gv_plex *p, off_t boff, off_t bcount, off_t *real_off, argument
155 *real_off = boff - s->plex_offset;
156 len_left = s->size - (*real_off);
180 *real_off = boff - (stripeno * p->stripesize) +
182 len_left = stripeend - *real_off;
203 off_t real_len, real_off; local
208 real_len = real_off = 0;
215 err = gv_plex_offset(p, boff, bcount, &real_off,
275 cbp->bio_offset = real_off + s->drive_offset;

Completed in 71 milliseconds