Home
last modified time | relevance | path

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

/freebsd/sys/geom/zoned/
H A Dg_zoned.c945 g_zoned_write_check(struct g_zoned_softc *sc, struct bio *bp, uint8_t *oldcond) in g_zoned_write_check() argument
953 *oldcond = DISK_ZONE_COND_NOT_WP; in g_zoned_write_check()
1043 *oldcond = z->zone_condition; in g_zoned_write_check()
1128 uint8_t oldcond) in g_zoned_write_undo() argument
1143 g_zoned_set_cond(sc, z, oldcond); in g_zoned_write_undo()
1170 uint8_t oldcond = DISK_ZONE_COND_NOT_WP; in g_zoned_start() local
1182 error = g_zoned_write_check(sc, bp, &oldcond); in g_zoned_start()
1230 oldcond); in g_zoned_start()
1236 cbp->bio_caller1 = (void *)(uintptr_t)oldcond; in g_zoned_start()