fuse_reply_err
int fuse_reply_err(fuse_req_t req, int err);
fuse_reply_err(req, -res);
fuse_reply_err(req, 0);
fuse_reply_err(req, -ret);