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

/netbsd-6-1-5-RELEASE/sbin/fsck_lfs/
H A Dbufcache.h119 struct ubuf *incore(struct uvnode *, int);
H A Dbufcache.c196 incore(struct uvnode * vp, int lbn) function
232 if ((bp = incore(vp, lbn)) != NULL) {
H A Dlfs.c198 if ((daddr == 0 && !incore(vp, metalbn)) || metalbn == bn)
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dbuf.h279 buf_t *incore(struct vnode *, daddr_t);
/netbsd-6-1-5-RELEASE/sys/ufs/ext2fs/
H A Dext2fs_bmap.c210 cbp = incore(vp, metalbn);
/netbsd-6-1-5-RELEASE/sys/ufs/ufs/
H A Dufs_bmap.c228 cbp = incore(vp, metalbn);
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dvfs_bio.c751 if (incore(vp, rablks[i]))
1099 incore(struct vnode *vp, daddr_t blkno) function
1133 bp = incore(vp, blkno);
1154 if (incore(vp, blkno) != NULL) {
/netbsd-6-1-5-RELEASE/sys/ufs/ffs/
H A Dffs_vnops.c415 if ((bp = incore(vp, ia[i].in_lbn)) == NULL)
H A Dffs_snapshot.c1383 * Find snapshot in incore list.
1435 * If active, delete from incore list (this snapshot may
2152 bp = incore(vp, indirs[num-1].in_lbn);
/netbsd-6-1-5-RELEASE/share/man/man9/
H A DMakefile142 buffercache.9 incore.9 \

Completed in 120 milliseconds