@ -43,10 +43,10 @@ _fallocate(const int fd_,
int
FUSE::fallocate(const fuse_req_ctx_t *ctx_,
cu64 fh_,
int mode_,
off_t offset_,
off_t len_)
{
u64 fh;
@ -40,8 +40,8 @@ _fchmod(const int fd_,
FUSE::fchmod(const fuse_req_ctx_t *ctx_,
const mode_t mode_)
@ -43,9 +43,9 @@ _fchown(const int fd_,
FUSE::fchown(const fuse_req_ctx_t *ctx_,
const uid_t uid_,
const gid_t gid_)
@ -49,9 +49,9 @@ _fgetattr(const FileInfo *fi_,
FUSE::fgetattr(const fuse_req_ctx_t *ctx_,
struct stat *st_,
fuse_timeouts_t *timeout_)
int rv;
@ -40,8 +40,8 @@ _ftruncate(const int fd_,
FUSE::ftruncate(const fuse_req_ctx_t *ctx_,
off_t size_)
@ -42,8 +42,8 @@ _futimens(const int fd_,
FUSE::futimens(const fuse_req_ctx_t *ctx_,
const struct timespec ts_[2])