Lines Matching defs:getblk
311 "Number of times getblk has had to restart a buffer mapping for "
731 * getblk() is called with a vnode locked, and
2185 rabp = getblk(vp, *rablkno, *rabsize, 0, 0, 0);
2221 * getblk(). Also starts asynchronous I/O on read-ahead blocks.
2448 * biodone() in order to prevent getblk from writing the buffer
2536 * might have been set pre-getblk(). Unlike bwrite/bdwrite, bdirty()
3923 getblk(struct vnode *vp, daddr_t blkno, int size, int slpflag, int slptimeo,
3948 * If getblk()ing a previously 0-sized invalid buffer, B_CACHE is set
3952 * If getblk() must create a new buffer, the new buffer is returned with
3957 * getblk() also forces a bwrite() for any B_DELWRI buffer whose
3988 CTR3(KTR_BUF, "getblk(%p, %ld, %d)", vp, (long)blkno, size);
3992 ASSERT_VOP_LOCKED(vp, "getblk");
4026 ("getblk: unexpected error %d from buf try-lock", error));
4070 BO_LOCKPTR(bo), "getblk", slpflag, slptimeo);
4140 ("getblk: no buffer offset"));
4261 ("getblk: unexpected error %d from bgetvp",
4293 CTR4(KTR_BUF, "getblk(%p, %ld, %d) = %p", vp, (long)blkno, size, bp);
4409 * allocbuf() only adjusts B_CACHE for VMIO buffers. getblk() deals with
4586 * In a non-VMIO bp, B_CACHE will be set on the next getblk()