Searched refs:gsl (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/geom/
H A Dgeom_slice.c107 struct g_slice *gsl, *gsl2; local
114 gsl = &gsp->slices[pp->index];
121 if (gsl->offset + gsl->length <= gsl2->offset)
123 if (gsl2->offset + gsl2->length <= gsl->offset)
166 struct g_slice *gsl; local
178 gsl = &gsp->slices[idx];
185 if (bp2->bio_offset + bp2->bio_length > gsl->length)
186 bp2->bio_length = gsl->length - bp2->bio_offset;
188 bp2->bio_offset += gsl
223 struct g_slice *gsl; local
360 struct g_slice *gsl; local
453 struct g_slice_hot *gsl, *gsl2; local
[all...]
H A Dgeom_sunlabel.c127 struct g_slice *gsl; local
137 gsl = &gsp->slices[bp->bio_to->index];
144 p = (u_char *)bp->bio_data - (bp->bio_offset + gsl->offset);
H A Dgeom_bsd.c296 struct g_slice *gsl; local
311 gsl = &gsp->slices[bp->bio_to->index];
313 (bp->bio_offset + gsl->offset);

Completed in 300 milliseconds