Home | Sort by: relevance | last modified time | path |
/src/sbin/fsck_lfs/ | |
bufcache.c | 194 incore(struct uvnode * vp, daddr_t lbn) function in typeref:struct:ubuf * 230 if ((bp = incore(vp, lbn)) != NULL) { |
/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); |