Home
last modified time | relevance | path

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

/NextBSD/sys/geom/
HDgeom.h321 int g_io_flush(struct g_consumer *cp);
HDgeom_dev.c490 error = g_io_flush(cp); in g_dev_ioctl()
HDgeom_io.c301 g_io_flush(struct g_consumer *cp) in g_io_flush() function
/NextBSD/sys/geom/eli/
HDg_eli_ctl.c739 (void)g_io_flush(cp); in g_eli_ctl_delkey()
986 (void)g_io_flush(cp); in g_eli_kill_one()
/NextBSD/sys/geom/journal/
HDg_journal.c480 error = g_io_flush(sc->sc_jconsumer); in g_journal_flush_cache()
489 error = g_io_flush(sc->sc_dconsumer); in g_journal_flush_cache()
2078 if (g_io_flush(sc->sc_jconsumer) == 0) { in g_journal_worker()
2087 if (g_io_flush(sc->sc_dconsumer) == 0) { in g_journal_worker()