Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_symfile.c235 off_t maxiocount, count, segcount, wbctotal; in kern_open_file_for_direct_io() local
296 wbctotal = 0; in kern_open_file_for_direct_io()
323 wbctotal += wbc_range.extents[idx].length; in kern_open_file_for_direct_io()
325 kprintf("kern_direct_file(%s): wbc %qd\n", name, wbctotal); in kern_open_file_for_direct_io()
326 if (wbctotal) { in kern_open_file_for_direct_io()
332 if (wbctotal) { in kern_open_file_for_direct_io()
333 if (wbctotal >= set_file_size) { in kern_open_file_for_direct_io()
336 set_file_size -= wbctotal; in kern_open_file_for_direct_io()