Home
last modified time | relevance | path

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

/fs/fuse/
A Ddev_uring.c19 #define FUSE_URING_IOV_SEGS 2 /* header and payload */ macro
1008 struct iovec iov[FUSE_URING_IOV_SEGS]) in fuse_uring_get_iovec_from_sqe() argument
1014 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