Searched refs:out_iovs (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/fs/fuse/ |
| D | file.c | 2703 unsigned int in_iovs = 0, out_iovs = 0, max_pages; in fuse_do_ioctl() local 2750 out_iovs = 1; in fuse_do_ioctl() 2756 inarg.out_size = out_size = iov_length(out_iov, out_iovs); in fuse_do_ioctl() 2819 out_iovs = outarg.out_iovs; in fuse_do_ioctl() 2827 out_iovs > FUSE_IOCTL_MAX_IOV || in fuse_do_ioctl() 2828 in_iovs + out_iovs > FUSE_IOCTL_MAX_IOV) in fuse_do_ioctl() 2833 transferred, in_iovs + out_iovs, in fuse_do_ioctl() 2846 err = fuse_verify_ioctl_iov(fc, out_iov, out_iovs); in fuse_do_ioctl() 2858 iov_iter_init(&ii, READ, out_iov, out_iovs, transferred); in fuse_do_ioctl()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | fuse.h | 759 uint32_t out_iovs; member
|