Symbol: fsync
bin/dd/dd.c
106
.op_fsync = fsync,
bin/dd/dd_hostops.c
48
.op_fsync = fsync,
bin/rm/rm.c
427
if (fsync(fd) || lseek(fd, (off_t)0, SEEK_SET)) \
bin/rm/rm.c
451
if (fsync(fd) || lseek(fd, (off_t)0, SEEK_SET)) \
common/dist/zlib/examples/gzlog.c
450
fsync(log->fd);
common/dist/zlib/examples/gzlog.c
453
fsync(log->fd);
common/lib/libprop/prop_extern.c
607
if (fsync(fd) == -1) {
include/unistd.h
207
int fsync(int);
lib/libc/db/mpool/mpool.c
353
return fsync(mp->fd) ? RET_ERROR : RET_SUCCESS;
lib/libp2k/p2k.c
306
PUFFSOP_SET(pops, p2k, node, fsync);
lib/libperfuse/perfuse.c
505
PUFFSOP_SET(pops, perfuse, node, fsync);
lib/libpthread/pthread_cancelstub.c
117
__typeof(fsync) _sys_fsync;
lib/libpthread/pthread_cancelstub.c
796
__strong_alias(_fsync, fsync)
lib/libpuffs/null.c
178
PUFFSOP_SET(pops, puffs_null, node, fsync);
lib/libpuffs/null.c
429
if (fsync(fd) == -1)
lib/libpuffs/puffs.c
86
FILLOP(fsync, FSYNC);
lib/librefuse/refuse/fs.c
572
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->fsync) \
lib/librefuse/refuse/fs.c
573
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->fsync(path, datasync); \
lib/librefuse/refuse/fs.c
582
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->fsync) \
lib/librefuse/refuse/fs.c
583
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->fsync(path, datasync, fi); \
lib/librefuse/refuse/v11.h
70
int (*fsync) (const char *, int);
lib/librefuse/refuse/v21.h
67
int (*fsync) (const char *, int);
lib/librefuse/refuse/v22.h
71
int (*fsync) (const char *, int, struct fuse_file_info *);
lib/librefuse/refuse/v23.h
71
int (*fsync) (const char *, int, struct fuse_file_info *);
lib/librefuse/refuse/v25.h
67
int (*fsync) (const char *, int, struct fuse_file_info *);
lib/librefuse/refuse/v26.h
67
int (*fsync) (const char *, int, struct fuse_file_info *);
lib/librefuse/refuse/v28.h
67
int (*fsync) (const char *, int, struct fuse_file_info *);
lib/librefuse/refuse/v29.h
67
int (*fsync) (const char *, int, struct fuse_file_info *);
lib/librefuse/refuse/v30.h
75
int (*fsync) (const char *, int, struct fuse_file_info *);
lib/librefuse/refuse/v34.h
65
int (*fsync) (const char *, int, struct fuse_file_info *);
lib/librefuse/refuse/v35.h
65
int (*fsync) (const char *, int, struct fuse_file_info *);
lib/librefuse/refuse/v38.h
65
int (*fsync) (const char *, int, struct fuse_file_info *);
lib/librumphijack/hijack.c
2636
FDCALL(int, fsync, DUALCALL_FSYNC, \
lib/librumpuser/rumpfiber_bio.c
61
fsync(fd);
lib/librumpuser/rumpuser_bio.c
92
fsync(biop->bio_fd);
lib/librumpuser/rumpuser_file.c
229
fsync(fd);
lib/librumpuser/rumpuser_file.c
344
if (fsync(fd) == -1)
libexec/mail.local/mail.local.c
314
(void)fsync(mbfd); /* Don't wait for update. */
sbin/clri/clri.c
152
(void)fsync(fd);
sbin/clri/clri.c
205
(void)fsync(fd);
share/examples/puffs/pgfs/mount.c
152
PUFFSOP_SET(pops, pgfs, node, fsync);
sys/arch/macppc/stand/installboot/installboot.c
176
if (fsync(params->fsfd) == -1)
sys/arch/macppc/stand/installboot/installboot.c
207
if (fsync(params->fsfd) == -1)
sys/arch/mvme68k/stand/installboot/installboot.c
270
if (fsync(fd) != 0)
sys/arch/usermode/usermode/thunk.c
558
return fsync(fd);
sys/arch/zaurus/stand/zbsdmod/compat_linux.h
48
void (*fsync) (void);
sys/fs/puffs/puffs_vnops.c
1672
PUFFS_MSG_VARS(vn, fsync);
sys/fs/puffs/puffs_vnops.c
1725
PUFFS_MSG_ALLOC(vn, fsync);
sys/fs/puffs/puffs_vnops.c
1737
PUFFS_MSG_RELEASE(fsync);
sys/fs/v7fs/v7fs_io_user.c
115
fsync(lio->fd);
sys/rump/librump/rumpkern/rump_syscalls.c
1397
__weak_alias(fsync,rump___sysimpl_fsync);
tests/kernel/t_lockf.c
138
fsync(fd);
tests/kernel/t_lockf.c
231
fsync(fd);
tests/lib/libc/sys/t_fsync.c
106
ATF_REQUIRE(fsync(fd) == 0);
tests/lib/libc/sys/t_fsync.c
62
ATF_REQUIRE(fsync(-i) == -1);
tests/lib/libc/sys/t_fsync.c
75
ATF_REQUIRE(fsync(fd[0]) == -1);
tests/lib/libc/sys/t_fsync.c
80
ATF_REQUIRE(fsync(fd[1]) == -1);
tests/lib/libpthread/t_cancellation.c
313
RL(fsync(fd));
usr.sbin/installboot/arch/hp300.c
131
if (fsync(params->fsfd) == -1)
usr.sbin/installboot/arch/i386.c
124
fsync(fd);
usr.sbin/installboot/bbinfo.c
238
if (fsync(params->fsfd) == -1)
usr.sbin/installboot/installboot.c
374
if (fsync(params->fsfd) == -1)
usr.sbin/sysinst/arch/mac68k/md.c
417
fsync(fd);
usr.sbin/syslogd/syslogd.c
2545
(void)fsync(f->f_file);