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

/xnu-2782.1.97/bsd/vfs/
H A Dvfs_bio.c117 static boolean_t incore(vnode_t vp, daddr64_t blkno);
2151 if (incore(vp, rablks[i]))
2817 incore(vnode_t vp, daddr64_t blkno) function
2948 panic("getblk: paging or unknown operation for incore busy buffer - %x\n", operation);
3020 panic("getblk: paging or unknown operation for incore buffer- %d\n", operation);
3025 } else { /* not incore() */
3042 * the hash... if we see it incore at this point we dump
3070 * Insert in the hash so that incore() can find it
4392 * We only care about metadata (incore storage comes from zalloc()).

Completed in 28 milliseconds