Home
last modified time | relevance | path

Searched refs:incore (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dsnps,arc700-intc.txt1 * ARC700 incore Interrupt Controller
H A Dsnps,archs-intc.txt1 * ARC-HS incore Interrupt Controller (Provided by cores implementing ARCv2 ISA)
/freebsd/sys/sys/
H A Dbuf.h565 struct buf *incore(struct bufobj *, daddr_t);
/freebsd/sys/fs/ext2fs/
H A Dext2_bmap.c275 if ((daddr == 0 && !incore(&vp->v_bufobj, metalbn)) || metalbn == bn) in ext2_bmaparray()
/freebsd/sys/ufs/ufs/
H A Dufs_bmap.c252 if ((daddr == 0 && !incore(&vp->v_bufobj, metalbn)) || metalbn == bn) in ufs_bmaparray()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clbio.c505 if (incore(&vp->v_bufobj, rabn) == NULL) { in ncl_bioread()
/freebsd/sys/kern/
H A Dvfs_bio.c3704 incore(struct bufobj *bo, daddr_t blkno) in incore() function
3725 if (incore(&vp->v_bufobj, blkno)) in inmem()
/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c8338 } else if ((bp = incore(&freeblks->fb_devvp->v_bufobj, dbn)) != NULL) { in indir_trunc()