Searched refs:FuseReplyAttrT (Results 1 – 1 of 1) sorted by relevance
39 typedef int (*FuseReplyAttrT)(fuse_req_t req, const struct stat *attr, double attr_timeout); typedef201 return (*reinterpret_cast<FuseReplyAttrT>(rawFunc))(req, attr, attr_timeout); in fuse_reply_attr()206 FuseReplyAttrT func = reinterpret_cast<FuseReplyAttrT>(GetLibfuseLibFunc(__func__)); in fuse_reply_attr()