fuse_reply_attr
DEF(fuse_reply_attr);
int fuse_reply_attr(fuse_req_t, const struct stat *, double);
fuse_reply_attr(req, &stbuf, 0.0);
fuse_reply_attr(req, &stbuf, 0.0);
PROTO(fuse_reply_attr);