• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/geom/multipath/

Lines Matching refs:geom

31  * fine geom examples, and by Poul Henning Kamp <phk@FreeBSD.org> for GEOM
50 #include <geom/geom.h>
51 #include <geom/multipath/g_multipath.h>
66 SDT_PROVIDER_DECLARE(geom);
67 SDT_PROBE_DEFINE2(geom, multipath, config, restore, "char*", "char*");
68 SDT_PROBE_DEFINE2(geom, multipath, config, remove, "char*", "char*");
69 SDT_PROBE_DEFINE2(geom, multipath, config, disconnect, "char*", "char*");
70 SDT_PROBE_DEFINE3(geom, multipath, config, fail, "char*", "char*", "int");
71 SDT_PROBE_DEFINE2(geom, multipath, config, taste, "char*", "char*");
72 SDT_PROBE_DEFINE2(geom, multipath, io, restart, "struct bio*", "struct bio*");
146 gp = cp->geom;
159 SDT_PROBE2(geom, multipath, config, restore,
216 gp = cp->geom;
221 (cp->provider->geom->flags & G_GEOM_WITHER) == 0) {
232 SDT_PROBE2(geom, multipath, config, remove,
250 cp->provider->name, cp->geom->name);
251 SDT_PROBE2(geom, multipath, config, disconnect,
252 cp->geom->name, cp->provider->name);
253 sc = cp->geom->softc;
279 gp = cp->geom;
348 gp = bp->bio_to->geom;
387 sc = cp->geom->softc;
426 gp = pbp->bio_to->geom;
436 SDT_PROBE3(geom, multipath, config, fail,
453 SDT_PROBE2(geom, multipath, io, restart, bp, pbp);
496 gp = pp->geom;
543 LIST_FOREACH(gp, &mp->geom, geom) {
860 SDT_PROBE2(geom, multipath, config, taste, md.md_name, md.md_uuid);
874 LIST_FOREACH(gp, &mp->geom, geom) {
882 LIST_FOREACH(gp1, &mp->geom, geom) {
893 * If gp is NULL, we had no extant MULTIPATH geom with this uuid.
895 * If gp1 is *not* NULL, that means we have a MULTIPATH geom extant
899 * complain, but allow the creation of the geom to continue.
901 * If gp is *not* NULL, just use the geom's name as we're attaching
912 printf("GEOM_MULTIPATH: geom %s/%s exists already\n",
925 printf("GEOM_MULTIPATH: cannot create geom %s/%s\n",
1154 gctl_error(req, "GEOM_MULTIPATH: cannot create geom %s/%s\n",
1260 SDT_PROBE3(geom, multipath, config, fail,
1264 SDT_PROBE2(geom, multipath, config, restore,
1310 cp->provider->name, cp->geom->name);
1311 SDT_PROBE2(geom, multipath, config, remove,
1312 cp->geom->name, cp->provider->name);
1337 LIST_FOREACH(gp, &mp->geom, geom) {