Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/kern/
H A Dkern_symfile.c237 off_t maxiocount, count, segcount, wbctotal; in kern_open_file_for_direct_io() local
302 wbctotal = 0; in kern_open_file_for_direct_io()
335 wbctotal += wbc_range.extents[idx].length; in kern_open_file_for_direct_io()
337 kprintf("kern_direct_file(%s): wbc %qd\n", ref->name, wbctotal); in kern_open_file_for_direct_io()
338 if (wbctotal) { in kern_open_file_for_direct_io()
344 if (wbctotal) { in kern_open_file_for_direct_io()
345 if (wbctotal >= set_file_size) { in kern_open_file_for_direct_io()
348 set_file_size -= wbctotal; in kern_open_file_for_direct_io()