Searched refs:buf_setresid (Results 1 – 4 of 4) sorted by relevance
684 buf_setresid(bp, (uint32_t)(resid * blocksize)); in shadow_read()735 buf_setresid(bp, (uint32_t)(resid * blocksize)); in shadow_write()759 buf_setresid(bp, (uint32_t)temp_resid); in vn_readwrite_io()792 buf_setresid(bp, buf_count(bp)); in vnstrategy()819 buf_setresid(bp, buf_count(bp)); in vnstrategy()
265 …buf_setresid(bp, buf_count(bp)); /* Set byte count … in mdevstrategy()350 …buf_setresid(bp, 0); /* Nothing… in mdevstrategy()
506 void buf_setresid(buf_t bp, uint32_t resid);
704 buf_setresid(buf_t bp, uint32_t resid) in buf_setresid() function