Searched refs:stripesize (Results 26 - 38 of 38) sorted by relevance

12

/freebsd-12-stable/sys/geom/
H A Dgeom.h218 u_int stripesize; member in struct:g_provider
H A Dgeom_disk.c152 pp->stripesize = dp->d_stripesize;
395 * XXX: If we have a stripesize we should really use it here.
727 pp->stripesize = dp->d_stripesize;
H A Dgeom_subr.c1415 gprintln(" stripesize: %u", pp->stripesize);
/freebsd-12-stable/sys/geom/concat/
H A Dg_concat.c476 pp->stripesize = sc->sc_disks[0].d_consumer->provider->stripesize;
/freebsd-12-stable/sys/geom/raid/
H A Dg_raid.c1654 pp->stripesize = 0;
1663 pp->stripesize = disk->d_consumer->provider->stripesize;
1670 pp->stripesize *= (vol->v_disks_count - 1);
1674 pp->stripesize = vol->v_strip_size;
/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_da.c284 u_int stripesize; member in struct:disk_params
6015 dp->stripesize = block_len << lbppbe;
6016 dp->stripeoffset = (dp->stripesize - block_len * lalba) %
6017 dp->stripesize;
6019 dp->stripesize = 4096;
6022 dp->stripesize = block_len * softc->unmap_gran;
6023 dp->stripeoffset = (dp->stripesize - block_len *
6024 softc->unmap_gran_align) % dp->stripesize;
6026 dp->stripesize = 0;
6097 softc->disk->d_stripesize = softc->params.stripesize;
[all...]
/freebsd-12-stable/sys/geom/multipath/
H A Dg_multipath.c641 if (sc->sc_pp->stripesize == 0 && sc->sc_pp->stripeoffset == 0) {
642 sc->sc_pp->stripesize = pp->stripesize;
/freebsd-12-stable/sys/geom/vinum/
H A Dgeom_vinum_list.c321 gv_roughlength(p->stripesize, 1));
/freebsd-12-stable/sys/geom/raid3/
H A Dg_raid3.c2332 pp->stripesize = 0;
2337 disk->d_consumer->provider->stripesize > pp->stripesize) {
2338 pp->stripesize = disk->d_consumer->provider->stripesize;
2342 pp->stripesize *= sc->sc_ndisks - 1;
/freebsd-12-stable/sys/compat/linux/
H A Dlinux_ioctl.c285 off_t mediasize, stripesize; local
327 (caddr_t)&stripesize, td->td_ucred, td);
332 if (stripesize > 0 && stripesize <= 4096) {
333 psectorsize = stripesize;
/freebsd-12-stable/sys/geom/mirror/
H A Dg_mirror.c2195 pp->stripesize = 0;
2205 if (dp->stripesize > pp->stripesize) {
2206 pp->stripesize = dp->stripesize;
/freebsd-12-stable/sys/dev/fdc/
H A Dfdc.c1468 pp->stripesize = fd->ft->heads * fd->ft->sectrac * fd->sectorsize;
1469 pp->mediasize = pp->stripesize * fd->ft->tracks;
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzvol.c1206 pp->stripesize = zv->zv_volblocksize;

Completed in 289 milliseconds

12