HomeSort by: relevance | last modified time | path
    Searched defs:have_off_out (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/compat/linux/common/
linux_file.c 1080 bool have_off_in = false, have_off_out = false; local in function:linux_sys_copy_file_range
1156 have_off_out = true;
1216 auio.uio_offset = have_off_out ? off_out : fp_out->f_offset;
1239 if (have_off_out) {
1256 if (have_off_out) {

Completed in 11 milliseconds