HomeSort by: relevance | last modified time | path
    Searched refs:fsync (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /src/tests/lib/libc/sys/
t_fsync.c 47 "Test error conditions of fsync(2) (PR kern/30)");
55 * The fsync(2) call should fail with EBADF
62 ATF_REQUIRE(fsync(-i) == -1);
75 ATF_REQUIRE(fsync(fd[0]) == -1);
80 ATF_REQUIRE(fsync(fd[1]) == -1);
90 atf_tc_set_md_var(tc, "descr", "A basic test of fsync(2)");
106 ATF_REQUIRE(fsync(fd) == 0);
  /src/bin/dd/
dd_hostops.c 48 .op_fsync = fsync,
  /src/lib/librefuse/refuse/
v11.h 70 int (*fsync) (const char *, int); member in struct:fuse_operations_v11
v21.h 67 int (*fsync) (const char *, int); member in struct:fuse_operations_v21
v22.h 71 int (*fsync) (const char *, int, struct fuse_file_info *); member in struct:fuse_operations_v22
v23.h 71 int (*fsync) (const char *, int, struct fuse_file_info *); member in struct:fuse_operations_v23
v25.h 67 int (*fsync) (const char *, int, struct fuse_file_info *); member in struct:fuse_operations_v25
v28.h 67 int (*fsync) (const char *, int, struct fuse_file_info *); member in struct:fuse_operations_v28
v29.h 67 int (*fsync) (const char *, int, struct fuse_file_info *); member in struct:fuse_operations_v29
v34.h 65 int (*fsync) (const char *, int, struct fuse_file_info *); member in struct:fuse_operations_v34
v35.h 65 int (*fsync) (const char *, int, struct fuse_file_info *); member in struct:fuse_operations_v35
v26.h 67 int (*fsync) (const char *, int, struct fuse_file_info *); member in struct:fuse_operations_v26
v30.h 75 int (*fsync) (const char *, int, struct fuse_file_info *); member in struct:fuse_operations_v30
v38.h 65 int (*fsync) (const char *, int, struct fuse_file_info *); member in struct:fuse_operations_v38
  /src/lib/librumpuser/
rumpfiber_bio.c 61 fsync(fd);
rumpuser_file.c 229 fsync(fd);
344 if (fsync(fd) == -1)
rumpuser_bio.c 92 fsync(biop->bio_fd);
  /src/sys/arch/zaurus/stand/zbsdmod/
compat_linux.h 48 void (*fsync) (void); member in struct:file_operations
  /src/sbin/clri/
clri.c 152 (void)fsync(fd);
205 (void)fsync(fd);
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
fsif.h 159 struct fsif_sync_request fsync; member in union:fsif_request::__anon1fa035a0010a
  /src/tests/kernel/
t_lockf.c 138 fsync(fd);
231 fsync(fd);
  /src/sys/arch/macppc/stand/installboot/
installboot.c 176 if (fsync(params->fsfd) == -1)
207 if (fsync(params->fsfd) == -1)
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_utils.cc 155 fsync(Fd);
  /src/sys/fs/v7fs/
v7fs_io_user.c 115 fsync(lio->fd);
  /src/bin/rm/
rm.c 372 * fsync(), but controllers with nonvolatile cache, as well as IDE disks
424 if (fsync(fd) || lseek(fd, (off_t)0, SEEK_SET)) \
448 if (fsync(fd) || lseek(fd, (off_t)0, SEEK_SET)) \

Completed in 20 milliseconds

1 2 3