MCPcopy Create free account
hub / github.com/F-Stack/f-stack / biofinish

Function biofinish

freebsd/kern/vfs_bio.c:4389–4400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4387}
4388
4389void
4390biofinish(struct bio *bp, struct devstat *stat, int error)
4391{
4392
4393 if (error) {
4394 bp->bio_error = error;
4395 bp->bio_flags |= BIO_ERROR;
4396 }
4397 if (stat != NULL)
4398 devstat_end_transaction_bio(stat, bp);
4399 biodone(bp);
4400}
4401
4402#if defined(BUF_TRACKING) || defined(FULL_BUF_TRACKING)
4403void

Callers 5

zvol_geom_bio_strategyFunction · 0.85
bioq_flushFunction · 0.85
dead_strategyFunction · 0.85
no_strategyFunction · 0.85
giant_strategyFunction · 0.85

Calls 2

biodoneFunction · 0.85

Tested by

no test coverage detected