| /src/sbin/fsck_lfs/ | 
| bufcache.h | 118 struct ubuf *incore(struct uvnode *, daddr_t); 
 | 
| bufcache.c | 194 incore(struct uvnode * vp, daddr_t lbn)  function in typeref:struct:ubuf * 230 	if ((bp = incore(vp, lbn)) != NULL) {
 
 | 
| lfs.c | 191 		if ((daddr == 0 && !incore(vp, metalbn)) || metalbn == bn) 
 | 
| /src/sys/sys/ | 
| buf.h | 286 buf_t	*incore(struct vnode *, daddr_t); 
 | 
| /src/sys/ufs/ext2fs/ | 
| ext2fs_bmap.c | 278 			cbp = incore(vp, metalbn); 
 | 
| /src/sys/ufs/lfs/ | 
| ulfs_bmap.c | 246 			cbp = incore(vp, metalbn); 
 | 
| /src/sys/ufs/ufs/ | 
| ufs_bmap.c | 230 			cbp = incore(vp, metalbn); 
 | 
| /src/sys/kern/ | 
| vfs_bio.c | 793 		if (incore(vp, rablks[i])) 1182 incore(struct vnode *vp, daddr_t blkno)  function in typeref:typename:buf_t *
 1217 	bp = incore(vp, blkno);
 1240 		if (incore(vp, blkno) != NULL) {
 1540 	bp = incore(vp, blkno);
 
 | 
| /src/sys/ufs/ffs/ | 
| ffs_vnops.c | 376 			if ((bp = incore(vp, ia[i].in_lbn)) == NULL) 
 | 
| ffs_snapshot.c | 1393 	 * Find snapshot in incore list. 1445 	 * If active, delete from incore list (this snapshot may
 2159 		bp = incore(vp, indirs[num-1].in_lbn);
 
 | 
| /src/sys/fs/nfs/client/ | 
| nfs_clbio.c | 473 			if (incore(&vp->v_bufobj, rabn) == NULL) { 639 		    incore(&vp->v_bufobj, lbn + 1) == NULL) {
 
 | 
| /src/share/man/man9/ | 
| Makefile | 180 	buffercache.9 incore.9 \ 
 |