Home
last modified time | relevance | path

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

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