Home
last modified time | relevance | path

Searched refs:G_F_FOOTSHOOTING (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/geom/
H A Dgeom.h251 #define G_F_FOOTSHOOTING 0x10 macro
H A Dgeom_subr.c1015 if ((g_debugflags & G_F_FOOTSHOOTING) && gp->rank == 1) in g_access()
/freebsd/sys/geom/part/
H A Dg_part_mbr.c391 if ((g_debugflags & G_F_FOOTSHOOTING) == 0 && size < gpp->gpp_size && in g_part_mbr_resize()
H A Dg_part.c1384 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()