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() local543 error = do_ioctl(p1, p2, DKIOCGETMAXSEGMENTCOUNTREAD, (caddr_t) &segcount); in kern_open_file_for_direct_io()546 count = segcount = 0; in kern_open_file_for_direct_io()548 count *= segcount; in kern_open_file_for_direct_io()555 error = do_ioctl(p1, p2, DKIOCGETMAXSEGMENTCOUNTWRITE, (caddr_t) &segcount); in kern_open_file_for_direct_io()558 count = segcount = 0; in kern_open_file_for_direct_io()560 count *= segcount; in kern_open_file_for_direct_io()