Home
last modified time | relevance | path

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

/freebsd/sys/geom/
H A Dgeom_io.c301 error = biowait(bp, "ggetattr"); in g_io_getattr()
329 error = biowait(bp, "gzone"); in g_io_zonecmd()
365 error = biowait(bp, "gflush"); in g_io_speedup()
387 error = biowait(bp, "gflush"); in g_io_flush()
897 errorc = biowait(bp, "gread"); in g_read_data()
953 error = biowait(bp, "gwrite"); in g_write_data()
986 error = biowait(bp, "gdelete"); in g_delete_data()
/freebsd/sys/kern/
H A Dkern_physio.c176 biowait(bp, "physrd"); in physio()
178 biowait(bp, "physwr"); in physio()
H A Dvfs_bio.c4515 biowait(struct bio *bp, const char *wmesg) in biowait() function
/freebsd/sys/sys/
H A Dbio.h150 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.c421 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()