Home
last modified time | relevance | path

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

/third_party/libfuse/lib/
Dfuse_i.h168 int fuse_send_reply_iov_nofree(fuse_req_t req, int error, struct iovec *iov,
Dcuse_lowlevel.c192 return fuse_send_reply_iov_nofree(req, 0, iov, 3); in cuse_reply_init()
Dfuse_lowlevel.c211 int fuse_send_reply_iov_nofree(fuse_req_t req, int error, struct iovec *iov, function
240 res = fuse_send_reply_iov_nofree(req, error, iov, count);