Searched refs:FUSE_IOCTL_MAX_IOV (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/fuse/
H A Dioctl.c201 BUILD_BUG_ON(sizeof(struct fuse_ioctl_iovec) * FUSE_IOCTL_MAX_IOV > PAGE_SIZE);
302 if (in_iovs > FUSE_IOCTL_MAX_IOV ||
303 out_iovs > FUSE_IOCTL_MAX_IOV ||
304 in_iovs + out_iovs > FUSE_IOCTL_MAX_IOV)
/linux-master/include/uapi/linux/
H A Dfuse.h522 * FUSE_IOCTL_MAX_IOV: maximum of in_iovecs + out_iovecs
531 #define FUSE_IOCTL_MAX_IOV 256 macro

Completed in 136 milliseconds