Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dbio.h153 void biofinish(struct bio *bp, struct devstat *stat, int error);
/f-stack/freebsd/kern/
H A Dsubr_disk.c186 biofinish(bp, stp, error); in bioq_flush()
H A Dkern_conf.c300 biofinish(bp, NULL, ENXIO); in dead_strategy()
338 biofinish(bp, NULL, ENODEV); in no_strategy()
408 biofinish(bp, NULL, ENXIO); in giant_strategy()
H A Dvfs_bio.c4390 biofinish(struct bio *bp, struct devstat *stat, int error) in biofinish() function
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c741 biofinish(bp, NULL, error); in zvol_geom_bio_strategy()