Lines Matching refs:geom
64 SDT_PROVIDER_DECLARE(geom);
65 SDT_PROBE_DEFINE2(geom, multipath, config, restore, "char*", "char*");
66 SDT_PROBE_DEFINE2(geom, multipath, config, remove, "char*", "char*");
67 SDT_PROBE_DEFINE2(geom, multipath, config, disconnect, "char*", "char*");
68 SDT_PROBE_DEFINE3(geom, multipath, config, fail, "char*", "char*", "int");
69 SDT_PROBE_DEFINE2(geom, multipath, config, taste, "char*", "char*");
70 SDT_PROBE_DEFINE2(geom, multipath, io, restart, "struct bio*", "struct bio*");
144 gp = cp->geom; in g_multipath_fault()
157 SDT_PROBE2(geom, multipath, config, restore, in g_multipath_fault()
214 gp = cp->geom; in g_mpd()
219 (cp->provider->geom->flags & G_GEOM_WITHER) == 0) { in g_mpd()
230 SDT_PROBE2(geom, multipath, config, remove, in g_mpd()
248 cp->provider->name, cp->geom->name); in g_multipath_orphan()
249 SDT_PROBE2(geom, multipath, config, disconnect, in g_multipath_orphan()
250 cp->geom->name, cp->provider->name); in g_multipath_orphan()
251 sc = cp->geom->softc; in g_multipath_orphan()
277 gp = cp->geom; in g_multipath_resize()
346 gp = bp->bio_to->geom; in g_multipath_start()
385 sc = cp->geom->softc; in g_multipath_done()
424 gp = pbp->bio_to->geom; in g_multipath_done_error()
434 SDT_PROBE3(geom, multipath, config, fail, in g_multipath_done_error()
451 SDT_PROBE2(geom, multipath, io, restart, bp, pbp); in g_multipath_done_error()
494 gp = pp->geom; in g_multipath_access()
541 LIST_FOREACH(gp, &mp->geom, geom) { in g_multipath_create()
858 SDT_PROBE2(geom, multipath, config, taste, md.md_name, md.md_uuid); in g_multipath_taste()
872 LIST_FOREACH(gp, &mp->geom, geom) { in g_multipath_taste()
880 LIST_FOREACH(gp1, &mp->geom, geom) { in g_multipath_taste()
1256 SDT_PROBE3(geom, multipath, config, fail, in g_multipath_ctl_fail()
1260 SDT_PROBE2(geom, multipath, config, restore, in g_multipath_ctl_fail()
1306 cp->provider->name, cp->geom->name); in g_multipath_ctl_remove()
1307 SDT_PROBE2(geom, multipath, config, remove, in g_multipath_ctl_remove()
1308 cp->geom->name, cp->provider->name); in g_multipath_ctl_remove()
1333 LIST_FOREACH(gp, &mp->geom, geom) { in g_multipath_find_geom()