Searched refs:buf_setcount (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_physio.c172 buf_setcount(bp, iosize);
248 buf_setcount(bp, min(MAXPHYS, buf_count(bp)));
/darwin-on-arm/xnu/bsd/sys/
H A Dbuf.h452 @function buf_setcount
458 void buf_setcount(buf_t, uint32_t);
930 is a default implementation. It calls buf_setcount() to make the buffer's count the min() of its current count
946 @param f_minphys Function which calls buf_setcount() to set a byte count which is suitably
/darwin-on-arm/xnu/bsd/dev/
H A Dmemdev.c268 buf_setcount(bp, ((mdev[devid].mdSize << 12) - blkoff)); /* Yes, trim to max */
/darwin-on-arm/xnu/bsd/dev/vn/
H A Dvn.c826 buf_setcount(bp, (vn->sc_size - blk_num) * vn->sc_secsize);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c4893 buf_setcount(bp, ioSize);
4943 buf_setcount(bp, ioSize);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c563 buf_setcount(buf_t bp, uint32_t bcount) { function
H A Dvfs_journal.c381 buf_setcount(bp, curlen);

Completed in 110 milliseconds