Home
last modified time | relevance | path

Searched refs:gbincore_unlocked (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dbuf.h575 struct buf *gbincore_unlocked(struct bufobj *, daddr_t);
/freebsd/sys/kern/
H A Dvfs_bio.c3711 return (gbincore_unlocked(bo, blkno)); in incore()
4005 bp = gbincore_unlocked(bo, blkno); in getblkx()
H A Dvfs_subr.c2812 gbincore_unlocked(struct bufobj *bo, daddr_t lblkno) in gbincore_unlocked() function