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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c122 static boolean_t incore(vnode_t vp, daddr64_t blkno);
2127 if (incore(vp, rablks[i]))
2791 incore(vnode_t vp, daddr64_t blkno) function
2921 panic("getblk: paging or unknown operation for incore busy buffer - %x\n", operation);
2993 panic("getblk: paging or unknown operation for incore buffer- %d\n", operation);
2998 } else { /* not incore() */
3015 * the hash... if we see it incore at this point we dump
3043 * Insert in the hash so that incore() can find it
4281 * We only care about metadata (incore storage comes from zalloc()).

Completed in 18 milliseconds