Searched refs:FuseReplyErrT (Results 1 – 1 of 1) sorted by relevance
37 typedef int (*FuseReplyErrT)(fuse_req_t req, int err); typedef167 return (*reinterpret_cast<FuseReplyErrT>(rawFunc))(req, err); in fuse_reply_err()172 FuseReplyErrT func = reinterpret_cast<FuseReplyErrT>(GetLibfuseLibFunc(__func__)); in fuse_reply_err()