Searched refs:FuseReplyEntryT (Results 1 – 1 of 1) sorted by relevance
38 typedef int (*FuseReplyEntryT)(fuse_req_t req, const struct fuse_entry_param *e); typedef184 return (*reinterpret_cast<FuseReplyEntryT>(rawFunc))(req, e); in fuse_reply_entry()189 FuseReplyEntryT func = reinterpret_cast<FuseReplyEntryT>(GetLibfuseLibFunc(__func__)); in fuse_reply_entry()