Searched refs:buf_setcount (Results 1 – 4 of 4) sorted by relevance
174 buf_setcount(bp, (uint32_t)iosize); in physio()254 buf_setcount(bp, min(MAXPHYS, buf_count(bp))); in minphys()
498 void buf_setcount(buf_t bp, uint32_t bcount);
297 buf_setcount(bp, (uint32_t)((mdev[devid].mdSize << 12) - blkoff)); /* Yes, trim to max */ in mdevstrategy()
680 buf_setcount(buf_t bp, uint32_t bcount) in buf_setcount() function