Lines Matching full:stripe
42 #include <geom/stripe/g_stripe.h>
71 static SYSCTL_NODE(_kern_geom, OID_AUTO, stripe, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
119 TUNABLE_ULONG_FETCH("kern.geom.stripe.maxmem,", &g_stripe_maxmem); in g_stripe_init()
609 /* Stripe number. */ in g_stripe_start()
614 /* Start position in stripe. */ in g_stripe_start()
676 sc->sc_provider = g_new_providerf(sc->sc_geom, "stripe/%s", in g_stripe_check_and_run()
844 /* Stripe size have to be grater than or equal to sector size. */ in g_stripe_create()
846 G_STRIPE_DEBUG(0, "Invalid stripe size for %s.", md->md_name); in g_stripe_create()
850 /* Stripe size have to be power of 2. */ in g_stripe_create()
852 G_STRIPE_DEBUG(0, "Invalid stripe size for %s.", md->md_name); in g_stripe_create()
966 gp = g_new_geom(mp, "stripe:taste"); in g_stripe_taste()