Searched refs:out_iovs (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/fs/fuse/ |
| D | ioctl.c | 161 unsigned int in_iovs = 0, out_iovs = 0, max_pages; in fuse_do_ioctl() local 208 out_iovs = 1; in fuse_do_ioctl() 214 inarg.out_size = out_size = iov_length(out_iov, out_iovs); in fuse_do_ioctl() 277 out_iovs = outarg.out_iovs; in fuse_do_ioctl() 285 out_iovs > FUSE_IOCTL_MAX_IOV || in fuse_do_ioctl() 286 in_iovs + out_iovs > FUSE_IOCTL_MAX_IOV) in fuse_do_ioctl() 291 transferred, in_iovs + out_iovs, in fuse_do_ioctl() 304 err = fuse_verify_ioctl_iov(fm->fc, out_iov, out_iovs); in fuse_do_ioctl() 316 iov_iter_init(&ii, READ, out_iov, out_iovs, transferred); in fuse_do_ioctl()
|
| /Linux-v5.15/include/uapi/linux/ |
| D | fuse.h | 811 uint32_t out_iovs; member
|