Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_prefetch/
H A Dzpool_prefetch_001_pos.ksh53 gds.incore=$(echo $out | cut -d" " -f2)
59 [ -z "${gds.incore}" ] && gds.incore="0"
/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/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/sys/
H A Dbuf.h572 struct buf *incore(struct bufobj *, daddr_t);
/freebsd/sys/kern/
H A Dkern_proc.c2543 int incore; in kern_proc_vmmap_resident() local
2579 (addr & (pagesizes[1] - 1)) == 0 && (incore = in kern_proc_vmmap_resident()
2587 pi_adv = atop(pagesizes[incore >> MINCORE_PSIND_SHIFT]); in kern_proc_vmmap_resident()
H A Dvfs_bio.c3709 incore(struct bufobj *bo, daddr_t blkno) in incore() function
3730 if (incore(&vp->v_bufobj, blkno)) in inmem()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clbio.c505 if (incore(&vp->v_bufobj, rabn) == NULL) { in ncl_bioread()
692 incore(&vp->v_bufobj, lbn + 1) == NULL) { in ncl_bioread()
/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c8351 } else if ((bp = incore(&freeblks->fb_devvp->v_bufobj, dbn)) != NULL) { in indir_trunc()
12558 * Any new dependencies associated with the incore inode must in softdep_update_inodeblock()