Home
last modified time | relevance | path

Searched refs:bcount (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/bsd/sys/
H A Dbuf.h504 void buf_setcount(buf_t bp, uint32_t bcount);
/xnu-11215.1.10/bsd/vfs/
H A Dvfs_bio.c680 buf_setcount(buf_t bp, uint32_t bcount) in buf_setcount() argument
682 bp->b_bcount = bcount; in buf_setcount()