Home
last modified time | relevance | path

Searched refs:g_debugflags (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/geom/
H A Dgeom_kern.c65 int __read_mostly g_debugflags; variable
223 &g_debugflags, 0, "Set various trace levels for GEOM debugging");
H A Dgeom_ctl.c160 if (g_debugflags & G_F_CTLDUMP) in gctl_post_messages()
605 if (g_debugflags & G_F_CTLDUMP) in g_ctl_ioctl_ctl()
611 if (g_debugflags & G_F_CTLDUMP) in g_ctl_ioctl_ctl()
H A Dgeom.h250 extern int g_debugflags;
255 if (__predict_false(g_debugflags & (level))) \
H A Dgeom_dump.c330 if (!(g_debugflags & level))
H A Dgeom_subr.c1027 if ((g_debugflags & G_F_FOOTSHOOTING) && gp->rank == 1) in g_access()
/freebsd/sys/geom/part/
H A Dg_part_mbr.c392 if ((g_debugflags & G_F_FOOTSHOOTING) == 0 && size < gpp->gpp_size && in g_part_mbr_resize()
H A Dg_part.c1383 if ((g_debugflags & G_F_FOOTSHOOTING) == 0 && in g_part_ctl_resize()
/freebsd/sys/geom/mirror/
H A Dg_mirror_ctl.c894 if ((g_debugflags & G_F_FOOTSHOOTING) == 0 && sc->sc_provider_open > 0) { in g_mirror_ctl_resize()