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

Function incore

freebsd/kern/vfs_bio.c:3610–3614  ·  view source on GitHub ↗

* Check to see if a block is currently memory resident. */

Source from the content-addressed store, hash-verified

3608 * Check to see if a block is currently memory resident.
3609 */
3610struct buf *
3611incore(struct bufobj *bo, daddr_t blkno)
3612{
3613 return (gbincore_unlocked(bo, blkno));
3614}
3615
3616/*
3617 * Returns true if no I/O is needed to access the

Callers 1

inmemFunction · 0.85

Calls 1

gbincore_unlockedFunction · 0.85

Tested by

no test coverage detected