Lines Matching refs:B_PRIuSIZE
53 TRACE("%p->IOCache::IOCache(%p, %" B_PRIuSIZE ")\n", this, resource, in IOCache()
58 panic("Invalid cache line size (%" B_PRIuSIZE "). Must be a power of 2 " in IOCache()
232 ", length: %" B_PRIuSIZE "\n", this, request, offset, length); in _DoRequest()
272 ", %" B_PRIdOFF ", %" B_PRIuSIZE ")\n", this, request, lineOffset, in _TransferRequestLine()
386 "cache (offset: %" B_PRIdOFF ", length: %" B_PRIuSIZE "), " in _TransferRequestLine()
388 B_PRIuSIZE ")\n", (off_t)firstMissing * B_PAGE_SIZE, in _TransferRequestLine()
438 ", %" B_PRIdOFF ", %" B_PRIuSIZE ")\n", this, request, lineOffset, in _TransferRequestLineUncached()
493 TRACE("%p->IOCache::_DoOperation(%" B_PRIdOFF ", %" B_PRIuSIZE ")\n", this, in _DoOperation()
522 TRACE("%p->IOCache::_TransferPages(%" B_PRIuSIZE ", %" B_PRIuSIZE in _TransferPages()
600 TRACE("%p->IOCache::_DiscardPages(%" B_PRIuSIZE ", %" B_PRIuSIZE ")\n", in _DiscardPages()
631 TRACE("%p->IOCache::_CachePages(%" B_PRIuSIZE ", %" B_PRIuSIZE ")\n", in _CachePages()
664 TRACE("%p->IOCache::_CopyPages(%p, %" B_PRIuSIZE ", %" B_PRIdOFF in _CopyPages()
665 ", %" B_PRIuSIZE ", %d)\n", this, request, pagesRelativeOffset, in _CopyPages()