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

Function bufobj_wref

freebsd/kern/vfs_bio.c:5061–5069  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5059}
5060
5061void
5062bufobj_wref(struct bufobj *bo)
5063{
5064
5065 KASSERT(bo != NULL, ("NULL bo in bufobj_wref"));
5066 BO_LOCK(bo);
5067 bo->bo_numoutput++;
5068 BO_UNLOCK(bo);
5069}
5070
5071void
5072bufobj_wdrop(struct bufobj *bo)

Callers 3

bufwriteFunction · 0.85
cluster_wbuildFunction · 0.85
swapdev_strategyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected