Home
last modified time | relevance | path

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

/freebsd/sys/geom/
H A Dgeom_io.c298 error = biowait(bp, "ggetattr"); in g_io_getattr()
326 error = biowait(bp, "gzone"); in g_io_zonecmd()
362 error = biowait(bp, "gflush"); in g_io_speedup()
384 error = biowait(bp, "gflush"); in g_io_flush()
889 errorc = biowait(bp, "gread"); in g_read_data()
945 error = biowait(bp, "gwrite"); in g_write_data()
978 error = biowait(bp, "gdelete"); in g_delete_data()
/freebsd/sys/kern/
H A Dkern_physio.c182 biowait(bp, "physrd"); in physio()
184 biowait(bp, "physwr"); in physio()
H A Dvfs_bio.c4491 biowait(struct bio *bp, const char *wmesg) in biowait() function
/freebsd/sys/sys/
H A Dbio.h152 int biowait(struct bio *bp, const char *wmesg);
/freebsd/sys/geom/union/
H A Dg_union.c722 if ((error = biowait(bp, "rdunion")) != 0) { in g_union_ctl_commit()
731 if ((error = biowait(bp, "wtunion")) != 0) { in g_union_ctl_commit()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c425 errors[i] = biowait(bios[j], "vdev_geom_io") || in vdev_geom_io()
/freebsd/sys/geom/journal/
H A Dg_journal.c716 biowait(bp, "gjmdu"); in g_journal_metadata_update()
1743 error = biowait(bp, "gjs_read"); in g_journal_sync_read()