Lines Matching defs:out_size
138 * inarg->out_size will be NULL; then, the server completes the ioctl
182 size_t in_size, out_size, c;
234 inarg.out_size = out_size = iov_length(out_iov, out_iovs);
240 out_size = max_t(size_t, out_size, PAGE_SIZE);
241 max_pages = DIV_ROUND_UP(max(in_size, out_size), PAGE_SIZE);
276 ap.args.out_args[1].size = out_size;
330 if (transferred > inarg.out_size)
397 inarg.out_size = size;
409 args.out_args[1].size = inarg.out_size;