Searched refs:incore (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/sbin/fsck_lfs/
H A Dbufcache.h118 struct ubuf *incore(struct uvnode *, daddr_t);
H A Dbufcache.c194 incore(struct uvnode * vp, daddr_t lbn) function
230 if ((bp = incore(vp, lbn)) != NULL) {
H A Dlfs.c191 if ((daddr == 0 && !incore(vp, metalbn)) || metalbn == bn)
/netbsd-current/sys/sys/
H A Dbuf.h286 buf_t *incore(struct vnode *, daddr_t);
/netbsd-current/sys/ufs/ext2fs/
H A Dext2fs_bmap.c278 cbp = incore(vp, metalbn);
/netbsd-current/sys/ufs/lfs/
H A Dulfs_bmap.c246 cbp = incore(vp, metalbn);
/netbsd-current/sys/ufs/ufs/
H A Dufs_bmap.c230 cbp = incore(vp, metalbn);
/netbsd-current/sys/kern/
H A Dvfs_bio.c789 if (incore(vp, rablks[i]))
1178 incore(struct vnode *vp, daddr_t blkno) function
1213 bp = incore(vp, blkno);
1236 if (incore(vp, blkno) != NULL) {
1533 bp = incore(vp, blkno);
/netbsd-current/sys/ufs/ffs/
H A Dffs_vnops.c376 if ((bp = incore(vp, ia[i].in_lbn)) == NULL)
H A Dffs_snapshot.c1393 * Find snapshot in incore list.
1445 * If active, delete from incore list (this snapshot may
2159 bp = incore(vp, indirs[num-1].in_lbn);
/netbsd-current/sys/fs/nfs/client/
H A Dnfs_clbio.c473 if (incore(&vp->v_bufobj, rabn) == NULL) {
639 incore(&vp->v_bufobj, lbn + 1) == NULL) {
/netbsd-current/share/man/man9/
H A DMakefile175 buffercache.9 incore.9 \

Completed in 153 milliseconds