g_handleattr_int
if (g_handleattr_int(bp, "GEOM::canspeedup", ada_enable_biospeedup))
if (g_handleattr_int(bp, "GEOM::canspeedup", nda_enable_biospeedup))
if (g_handleattr_int(bp, "GEOM::canspeedup", da_enable_biospeedup))
if (g_handleattr_int(bp, "GEOM::fwsectors", fd->ft->sectrac))
if (g_handleattr_int(bp, "GEOM::fwheads", fd->ft->heads))
(g_handleattr_int(bp, "GEOM::fwsectors", sc->fwsectors) != 0 ||
g_handleattr_int(bp, "GEOM::fwheads", sc->fwheads) != 0))
if (g_handleattr_int(bp, "GEOM::candelete", sc->candelete) != 0)
if (g_handleattr_int(bp, "MNT::verified", (sc->flags & MD_VERIFY) != 0))
int g_handleattr_int(struct bio *bp, const char *attribute, int val);
if (g_handleattr_int(bp, "GEOM::candelete",
else if (g_handleattr_int(bp, "GEOM::fwsectors",
else if (g_handleattr_int(bp, "GEOM::fwheads", dp->d_fwheads))
if (g_handleattr_int(bp, "GEOM::fwheads", table->gpt_heads))
if (g_handleattr_int(bp, "GEOM::fwsectors", table->gpt_sectors))
if (g_handleattr_int(bp, "PART::isleaf",
if (g_handleattr_int(bp, "PART::depth", table->gpt_depth))