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

/freebsd-11-stable/sys/geom/
H A Dgeom_slice.c105 struct g_slice *gsl, *gsl2; local
112 gsl = &gsp->slices[pp->index];
119 if (gsl->offset + gsl->length <= gsl2->offset)
121 if (gsl2->offset + gsl2->length <= gsl->offset)
164 struct g_slice *gsl; local
176 gsl = &gsp->slices[idx];
183 if (bp2->bio_offset + bp2->bio_length > gsl->length)
184 bp2->bio_length = gsl->length - bp2->bio_offset;
186 bp2->bio_offset += gsl
221 struct g_slice *gsl; local
358 struct g_slice *gsl; local
451 struct g_slice_hot *gsl, *gsl2; local
[all...]
H A Dgeom_sunlabel.c125 struct g_slice *gsl; local
135 gsl = &gsp->slices[bp->bio_to->index];
142 p = (u_char *)bp->bio_data - (bp->bio_offset + gsl->offset);
H A Dgeom_bsd.c294 struct g_slice *gsl; local
309 gsl = &gsp->slices[bp->bio_to->index];
311 (bp->bio_offset + gsl->offset);

Completed in 57 milliseconds