Searched refs:out_iovs (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/fs/fuse/ |
D | file.c | 2501 unsigned int in_iovs = 0, out_iovs = 0, num_pages = 0, max_pages; in fuse_do_ioctl() local 2539 out_iovs = 1; in fuse_do_ioctl() 2545 inarg.out_size = out_size = iov_length(out_iov, out_iovs); in fuse_do_ioctl() 2620 out_iovs = outarg.out_iovs; in fuse_do_ioctl() 2628 out_iovs > FUSE_IOCTL_MAX_IOV || in fuse_do_ioctl() 2629 in_iovs + out_iovs > FUSE_IOCTL_MAX_IOV) in fuse_do_ioctl() 2634 transferred, in_iovs + out_iovs, in fuse_do_ioctl() 2647 err = fuse_verify_ioctl_iov(out_iov, out_iovs); in fuse_do_ioctl() 2659 iov_iter_init(&ii, READ, out_iov, out_iovs, transferred); in fuse_do_ioctl()
|
/Linux-v4.19/include/uapi/linux/ |
D | fuse.h | 669 uint32_t out_iovs; member
|