fsync
.op_fsync = fsync,
.op_fsync = fsync,
if (fsync(fd) || lseek(fd, (off_t)0, SEEK_SET)) \
if (fsync(fd) || lseek(fd, (off_t)0, SEEK_SET)) \
fsync(log->fd);
fsync(log->fd);
if (fsync(fd) == -1) {
int fsync(int);
return fsync(mp->fd) ? RET_ERROR : RET_SUCCESS;
PUFFSOP_SET(pops, p2k, node, fsync);
PUFFSOP_SET(pops, perfuse, node, fsync);
__typeof(fsync) _sys_fsync;
__strong_alias(_fsync, fsync)
PUFFSOP_SET(pops, puffs_null, node, fsync);
if (fsync(fd) == -1)
FILLOP(fsync, FSYNC);
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->fsync) \
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->fsync(path, datasync); \
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->fsync) \
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->fsync(path, datasync, fi); \
int (*fsync) (const char *, int);
int (*fsync) (const char *, int);
int (*fsync) (const char *, int, struct fuse_file_info *);
int (*fsync) (const char *, int, struct fuse_file_info *);
int (*fsync) (const char *, int, struct fuse_file_info *);
int (*fsync) (const char *, int, struct fuse_file_info *);
int (*fsync) (const char *, int, struct fuse_file_info *);
int (*fsync) (const char *, int, struct fuse_file_info *);
int (*fsync) (const char *, int, struct fuse_file_info *);
int (*fsync) (const char *, int, struct fuse_file_info *);
int (*fsync) (const char *, int, struct fuse_file_info *);
int (*fsync) (const char *, int, struct fuse_file_info *);
FDCALL(int, fsync, DUALCALL_FSYNC, \
fsync(fd);
fsync(biop->bio_fd);
fsync(fd);
if (fsync(fd) == -1)
(void)fsync(mbfd); /* Don't wait for update. */
(void)fsync(fd);
(void)fsync(fd);
PUFFSOP_SET(pops, pgfs, node, fsync);
if (fsync(params->fsfd) == -1)
if (fsync(params->fsfd) == -1)
if (fsync(fd) != 0)
return fsync(fd);
void (*fsync) (void);
PUFFS_MSG_VARS(vn, fsync);
PUFFS_MSG_ALLOC(vn, fsync);
PUFFS_MSG_RELEASE(fsync);
fsync(lio->fd);
__weak_alias(fsync,rump___sysimpl_fsync);
fsync(fd);
fsync(fd);
ATF_REQUIRE(fsync(fd) == 0);
ATF_REQUIRE(fsync(-i) == -1);
ATF_REQUIRE(fsync(fd[0]) == -1);
ATF_REQUIRE(fsync(fd[1]) == -1);
RL(fsync(fd));
if (fsync(params->fsfd) == -1)
fsync(fd);
if (fsync(params->fsfd) == -1)
if (fsync(params->fsfd) == -1)
fsync(fd);
(void)fsync(f->f_file);