Searched refs:FUSE_URING_IOV_SEGS (Results 1 – 1 of 1) sorted by relevance
19 #define FUSE_URING_IOV_SEGS 2 /* header and payload */ macro1008 struct iovec iov[FUSE_URING_IOV_SEGS]) in fuse_uring_get_iovec_from_sqe() argument1014 if (sqe->len != FUSE_URING_IOV_SEGS) in fuse_uring_get_iovec_from_sqe()1021 ret = import_iovec(WRITE, uiov, FUSE_URING_IOV_SEGS, in fuse_uring_get_iovec_from_sqe()1022 FUSE_URING_IOV_SEGS, &iov, &iter); in fuse_uring_get_iovec_from_sqe()1036 struct iovec iov[FUSE_URING_IOV_SEGS]; in fuse_uring_create_ring_ent()
Completed in 11 milliseconds