Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dbuf.h568 struct buf *gbincore_unlocked(struct bufobj *, daddr_t);
/freebsd/sys/kern/
H A Dvfs_bio.c3706 return (gbincore_unlocked(bo, blkno)); in incore()
4000 bp = gbincore_unlocked(bo, blkno); in getblkx()
H A Dvfs_subr.c2764 gbincore_unlocked(struct bufobj *bo, daddr_t lblkno) in gbincore_unlocked() function