| /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/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| store-int.h | 45 int (*fsync)(struct krb5_storage_data*); member in struct:krb5_storage_data
|
| store_fd.c | 108 if (fsync(FD(sp)) == -1) 183 sp->fsync = fd_sync;
|
| store_sock.c | 78 if (fsync(SOCK(sp)) == -1) 157 sp->fsync = socket_sync;
|
| store_mem.c | 150 sp->fsync = NULL; 210 sp->fsync = NULL;
|
| /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);
|
| /src/sys/arch/zaurus/stand/zbsdmod/ |
| compat_linux.h | 48 void (*fsync) (void); member in struct:file_operations
|
| /src/external/bsd/unbound/dist/testdata/redis_reconnect_interval.tdir/ |
| redis.conf | 400 # much better durability. For instance using the default data fsync policy 571 # the file will be fsync-ed every 4 MB of data generated. This is useful 574 aof-rewrite-incremental-fsync yes 577 # the file will be fsync-ed every 4 MB of data generated. This is useful 580 rdb-save-incremental-fsync yes
|
| /src/external/bsd/unbound/dist/testdata/redis_replica.tdir/ |
| redis.conf | 400 # much better durability. For instance using the default data fsync policy 571 # the file will be fsync-ed every 4 MB of data generated. This is useful 574 aof-rewrite-incremental-fsync yes 577 # the file will be fsync-ed every 4 MB of data generated. This is useful 580 rdb-save-incremental-fsync yes
|
| /src/sbin/clri/ |
| clri.c | 152 (void)fsync(fd); 205 (void)fsync(fd);
|
| /src/external/ibm-public/postfix/dist/src/fsstone/ |
| fsstone.c | 94 if (fsync(fileno(fp))) 95 msg_fatal("fsync: %m"); 119 if (fsync(fileno(fp))) 120 msg_fatal("fsync: %m");
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/unix/ |
| stdio.c | 121 r = fsync(fileno(f)); 123 * fsync is not supported on sockets and pipes which
|