Home
last modified time | relevance | path

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

/fs/fuse/
Dfile.c1592 unsigned int in_iovs = 0, out_iovs = 0, num_pages = 0, max_pages; in fuse_file_do_ioctl() local
1629 out_iovs = 1; in fuse_file_do_ioctl()
1635 inarg.out_size = out_size = iov_length(out_iov, out_iovs); in fuse_file_do_ioctl()
1706 out_iovs = outarg.out_iovs; in fuse_file_do_ioctl()
1714 out_iovs > FUSE_IOCTL_MAX_IOV || in fuse_file_do_ioctl()
1715 in_iovs + out_iovs > FUSE_IOCTL_MAX_IOV) in fuse_file_do_ioctl()
1719 if ((in_iovs + out_iovs) * sizeof(struct iovec) != transferred) in fuse_file_do_ioctl()
1737 err = fuse_ioctl_copy_user(pages, out_iov, out_iovs, transferred, true); in fuse_file_do_ioctl()