Home
last modified time | relevance | path

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

/freebsd-13.1/sys/geom/
H A Dgeom_kern.c68 int __read_mostly g_debugflags; variable
226 &g_debugflags, 0, "Set various trace levels for GEOM debugging");
H A Dgeom.h252 extern int g_debugflags;
257 if (__predict_false(g_debugflags & (level))) \
H A Dgeom_ctl.c103 if (g_debugflags & G_F_CTLDUMP) in gctl_error()
486 if (g_debugflags & G_F_CTLDUMP) in g_ctl_ioctl_ctl()
H A Dgeom_dump.c324 if (!(g_debugflags & level))
H A Dgeom_subr.c1019 if ((g_debugflags & G_F_FOOTSHOOTING) && gp->rank == 1) in g_access()
/freebsd-13.1/sys/geom/part/
H A Dg_part_mbr.c385 if ((g_debugflags & G_F_FOOTSHOOTING) == 0 && size < gpp->gpp_size && in g_part_mbr_resize()
H A Dg_part_vtoc8.c378 if ((g_debugflags & G_F_FOOTSHOOTING) == 0 && size < gpp->gpp_size && in g_part_vtoc8_resize()
H A Dg_part.c1387 if ((g_debugflags & G_F_FOOTSHOOTING) == 0 && in g_part_ctl_resize()
/freebsd-13.1/sys/geom/mirror/
H A Dg_mirror_ctl.c897 if ((g_debugflags & G_F_FOOTSHOOTING) == 0 && sc->sc_provider_open > 0) { in g_mirror_ctl_resize()