Home
last modified time | relevance | path

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

/openbmc/linux/fs/fuse/
H A Dioctl.c201 BUILD_BUG_ON(sizeof(struct fuse_ioctl_iovec) * FUSE_IOCTL_MAX_IOV > PAGE_SIZE); in fuse_do_ioctl()
302 if (in_iovs > FUSE_IOCTL_MAX_IOV || in fuse_do_ioctl()
303 out_iovs > FUSE_IOCTL_MAX_IOV || in fuse_do_ioctl()
304 in_iovs + out_iovs > FUSE_IOCTL_MAX_IOV) in fuse_do_ioctl()
/openbmc/linux/include/uapi/linux/
H A Dfuse.h517 #define FUSE_IOCTL_MAX_IOV 256 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dfuse.h527 #define FUSE_IOCTL_MAX_IOV 256 macro