Lines Matching defs:allocbuf
668 * Reserve bufspace before calling allocbuf(). metadata has a
2785 allocbuf(bp, 0);
2828 allocbuf(bp, 0);
2833 allocbuf(bp, 0);
3112 KASSERT(m != bogus_page, ("allocbuf: bogus page found"));
3157 * deadlocks once allocbuf() is called after
3351 * allocbuf() is called.
4137 allocbuf(bp, size);
4270 * set B_VMIO bit. allocbuf() the buffer bigger. Since the
4272 * allocbuf() for the VMIO case prior to it testing the
4289 allocbuf(bp, size);
4318 allocbuf(bp, size);
4409 * allocbuf() only adjusts B_CACHE for VMIO buffers. getblk() deals with
4413 allocbuf(struct buf *bp, int size)
4421 ("allocbuf: buffer too small %p %#x %#x",
4443 ("allocbuf: VMIO buffer can't be malloced %p", bp));