Searched refs:biowait (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/geom/ |
H A D | geom_io.c | 301 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 D | kern_physio.c | 176 biowait(bp, "physrd"); in physio() 178 biowait(bp, "physwr"); in physio()
|
H A D | vfs_bio.c | 4515 biowait(struct bio *bp, const char *wmesg) in biowait() function
|
/freebsd/sys/sys/ |
H A D | bio.h | 150 int biowait(struct bio *bp, const char *wmesg);
|
/freebsd/sys/geom/union/ |
H A D | g_union.c | 722 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 D | vdev_geom.c | 421 errors[i] = biowait(bios[j], "vdev_geom_io") || in vdev_geom_io()
|
/freebsd/sys/geom/journal/ |
H A D | g_journal.c | 716 biowait(bp, "gjmdu"); in g_journal_metadata_update() 1743 error = biowait(bp, "gjs_read"); in g_journal_sync_read()
|