Searched refs:segcount (Results 1 – 1 of 1) sorted by relevance
235 off_t maxiocount, count, segcount, wbctotal; in kern_open_file_for_direct_io() local542 error = do_ioctl(p1, p2, DKIOCGETMAXSEGMENTCOUNTREAD, (caddr_t) &segcount); in kern_open_file_for_direct_io()545 count = segcount = 0; in kern_open_file_for_direct_io()547 count *= segcount; in kern_open_file_for_direct_io()554 error = do_ioctl(p1, p2, DKIOCGETMAXSEGMENTCOUNTWRITE, (caddr_t) &segcount); in kern_open_file_for_direct_io()557 count = segcount = 0; in kern_open_file_for_direct_io()559 count *= segcount; in kern_open_file_for_direct_io()