Home
last modified time | relevance | path

Searched refs:fsync (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dfsync.c32 int result = fsync(fd); in fsync_0100()
37 result = fsync(fd); in fsync_0100()
54 int result = fsync(fd); in fsync_0200()
67 int result = fsync(-1); in fsync_0300()
/third_party/NuttX/fs/vfs/
Dfs_fsync.c67 if (!filep || !filep->ops || !filep->ops->fsync) in file_fsync()
75 ret = filep->ops->fsync(filep); in file_fsync()
96 int fsync(int fd) in fsync() function
/third_party/flutter/skia/tools/fonts/
Dcreate_test_font_color.cpp24 cbdt.fsync(); in export_ttx()
29 sbix.fsync(); in export_ttx()
34 colr.fsync(); in export_ttx()
/third_party/skia/tools/fonts/
Dcreate_test_font_color.cpp26 cbdt.fsync(); in export_ttx()
31 sbix.fsync(); in export_ttx()
36 colr.fsync(); in export_ttx()
/third_party/f2fs-tools/scripts/
Dspo_test.sh27 echo Start checking F2FS without fsync
34 echo Start checking F2FS with fsync
56 …ymlink=3 -f truncate=4 -f write=10 -f creat=10 -f unlink=5 -f rename=5 -f fsync=10 -p 10 -n 10000 …
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fsync/
Dcoverage.txt1 This document defines the coverage for the fsync() function:
18 It is reasonable to assert that the key aspects of fsync( ) are unreasonable to test in a test
24 unreasonable to omit testing for fsync( ), allowing it to be treated as a
D5-1.c30 if (fsync(fd) == -1 && errno == EBADF) { in main()
D7-1.c40 if (fsync(fd[1]) == -1 && errno == EINVAL) { in main()
/third_party/node/test/parallel/
Dtest-fs-fsync.js44 fs.fsync(fd, common.mustSucceed(() => {
57 assert.throws(() => fs.fsync(input), errObj);
/third_party/ltp/testcases/kernel/fs/fs_di/
Dfrag.c99 fsync(fd1); in main()
100 fsync(fd2); in main()
/third_party/ltp/testcases/kernel/mce-test/tsrc/
Dtsimpleinj.c115 expecterr("fsync expect error", fsync(fd)); in main()
127 expecterr("hole fsync expect error", fsync(fd)); in main()
152 expecterr("rfp fsync expect error", fsync(fd)); in main()
Dtinjpage.c388 fsync(fd); in do_file_clean()
447 optionalerr("fsync expect error", fsync(fd) < 0); in do_file_dirty()
476 optionalerr("hole fsync expect error", fsync(fd) < 0); in file_hole()
504 expecterr("rfp fsync expect error", fsync(fd) < 0); in nonlinear()
579 expecterr("write under io", fsync(fd) < 0); in under_io_dirty()
/third_party/ltp/testcases/kernel/syscalls/sync_file_range/
Dsync_file_range02.c66 fsync(fd); in verify_sync_file_range()
114 fsync(fd); in setup()
/third_party/node/deps/npm/node_modules/write-file-atomic/
DREADME.md16 * fsync **Boolean** default = true
43 If the **fsync** option is **false**, writeFile will skip the final fsync call.
Dindex.js125 if (options.fsync !== false) {
126 fs.fsync(fd, function (err) {
218 if (options.fsync !== false) {
/third_party/musl/src/unistd/
Dfsync.c4 int fsync(int fd) in fsync() function
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/unistd_h/
D1-1-buildonly.c19 dummyvar = fsync; in dummyfcn()
/third_party/ltp/testcases/kernel/fs/ftest/
Dftest08.c427 fsync(fd); in dotest()
475 fsync(fd); in dotest()
503 if (fsync(fd) < 0) { in domisc()
Dftest04.c410 fsync(fd); in dotest()
455 fsync(fd); in dotest()
471 if (fsync(fd) < 0) { in domisc()
Dftest01.c433 fsync(fd); in dotest()
458 fsync(fd); in dotest()
481 if (fsync(fd) < 0) { in domisc()
Dftest05.c422 fsync(fd); in dotest()
448 fsync(fd); in dotest()
472 if (fsync(fd) < 0) { in domisc()
/third_party/toybox/toys/other/
Dfsync.c25 if (((toys.optflags & FLAG_d) ? fdatasync(fd) : fsync(fd))) in do_fsync()
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
Ddirty.c53 fsync(fd); in main()
/third_party/e2fsprogs/doc/RelNotes/
Dv1.44.3.txt75 occurred before the file or block device was opened via fsync() or
77 around this by calling fsync() immediately after the file or block
80 Filefrag will no longer ignore errors returned by fsync.
/third_party/ltp/testcases/kernel/syscalls/fsync/
Dfsync01.c25 TEST(fsync(fd)); in verify_fsync()

12345678910>>...13