Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_lowlevel.c171 static int send_reply_iov(fuse_req_t req, int error, struct iovec *iov, in send_reply_iov() function
209 return send_reply_iov(req, error, iov, count); in send_reply()
225 res = send_reply_iov(req, 0, padded_iov, count);
488 return send_reply_iov(req, 0, iov, count); in fuse_reply_ioctl()
/third_party/libfuse/lib/
H A Dfuse_lowlevel.c235 static int send_reply_iov(fuse_req_t req, int error, struct iovec *iov, function
255 return send_reply_iov(req, error, iov, count);
270 res = send_reply_iov(req, 0, padded_iov, count);
1021 res = send_reply_iov(req, 0, iov, count);
1051 return send_reply_iov(req, 0, iov, count);
1072 res = send_reply_iov(req, 0, padded_iov, count + 2);

Completed in 7 milliseconds