Searched refs:fuse_send_data_iov (Results 1 - 1 of 1) sorted by relevance
/third_party/libfuse/lib/ |
H A D | fuse_lowlevel.c | 659 static int fuse_send_data_iov(struct fuse_session *se, struct fuse_chan *ch, function 863 static int fuse_send_data_iov(struct fuse_session *se, struct fuse_chan *ch, function 887 res = fuse_send_data_iov(req->se, req->ch, iov, 1, bufv, flags); 2433 res = fuse_send_data_iov(se, NULL, iov, 2, bufv, flags);
|
Completed in 5 milliseconds