Searched refs:fuse_send_reply_iov_nofree (Results 1 – 3 of 3) sorted by relevance
/third_party/libfuse/lib/ |
D | fuse_i.h | 168 int fuse_send_reply_iov_nofree(fuse_req_t req, int error, struct iovec *iov,
|
D | cuse_lowlevel.c | 192 return fuse_send_reply_iov_nofree(req, 0, iov, 3); in cuse_reply_init()
|
D | fuse_lowlevel.c | 211 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);
|