Searched refs:buf_setdirtyend (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dbuf.h233 someone outside of xnu explicitly changes it by calling buf_setdirtyend(), it will be zero.
235 @return 0 if buffer is found clean; size of buffer if found dirty. Can be set to any value by callers of buf_setdirtyend().
249 @function buf_setdirtyend
252 someone outside of xnu explicitly changes it by calling buf_setdirtyend(), it will be zero.
256 void buf_setdirtyend(buf_t, uint32_t);
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_bio.c645 buf_setdirtyend(buf_t bp, uint32_t dirtyend) { function

Completed in 79 milliseconds