Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ biotrack_buf
Function
biotrack_buf
freebsd/kern/vfs_bio.c:4403–4408 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4401
4402
#if defined(BUF_TRACKING) || defined(FULL_BUF_TRACKING)
4403
void
4404
biotrack_buf(struct bio *bp, const char *location)
4405
{
4406
4407
buf_track(bp->bio_track_bp, location);
4408
}
4409
#endif
4410
4411
/*
Callers
1
biotrack
Function · 0.85
Calls
1
buf_track
Function · 0.85
Tested by
no test coverage detected