/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
D | fsync.c | 32 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/ |
D | fs_fsync.c | 67 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/ |
D | create_test_font_color.cpp | 24 cbdt.fsync(); in export_ttx() 29 sbix.fsync(); in export_ttx() 34 colr.fsync(); in export_ttx()
|
/third_party/skia/tools/fonts/ |
D | create_test_font_color.cpp | 26 cbdt.fsync(); in export_ttx() 31 sbix.fsync(); in export_ttx() 36 colr.fsync(); in export_ttx()
|
/third_party/f2fs-tools/scripts/ |
D | spo_test.sh | 27 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/ |
D | coverage.txt | 1 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
|
D | 5-1.c | 30 if (fsync(fd) == -1 && errno == EBADF) { in main()
|
D | 7-1.c | 40 if (fsync(fd[1]) == -1 && errno == EINVAL) { in main()
|
/third_party/node/test/parallel/ |
D | test-fs-fsync.js | 44 fs.fsync(fd, common.mustSucceed(() => { 57 assert.throws(() => fs.fsync(input), errObj);
|
/third_party/ltp/testcases/kernel/fs/fs_di/ |
D | frag.c | 99 fsync(fd1); in main() 100 fsync(fd2); in main()
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
D | tsimpleinj.c | 115 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()
|
D | tinjpage.c | 388 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/ |
D | sync_file_range02.c | 66 fsync(fd); in verify_sync_file_range() 114 fsync(fd); in setup()
|
/third_party/node/deps/npm/node_modules/write-file-atomic/ |
D | README.md | 16 * fsync **Boolean** default = true 43 If the **fsync** option is **false**, writeFile will skip the final fsync call.
|
D | index.js | 125 if (options.fsync !== false) { 126 fs.fsync(fd, function (err) { 218 if (options.fsync !== false) {
|
/third_party/musl/src/unistd/ |
D | fsync.c | 4 int fsync(int fd) in fsync() function
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/unistd_h/ |
D | 1-1-buildonly.c | 19 dummyvar = fsync; in dummyfcn()
|
/third_party/ltp/testcases/kernel/fs/ftest/ |
D | ftest08.c | 427 fsync(fd); in dotest() 475 fsync(fd); in dotest() 503 if (fsync(fd) < 0) { in domisc()
|
D | ftest04.c | 410 fsync(fd); in dotest() 455 fsync(fd); in dotest() 471 if (fsync(fd) < 0) { in domisc()
|
D | ftest01.c | 433 fsync(fd); in dotest() 458 fsync(fd); in dotest() 481 if (fsync(fd) < 0) { in domisc()
|
D | ftest05.c | 422 fsync(fd); in dotest() 448 fsync(fd); in dotest() 472 if (fsync(fd) < 0) { in domisc()
|
/third_party/toybox/toys/other/ |
D | fsync.c | 25 if (((toys.optflags & FLAG_d) ? fdatasync(fd) : fsync(fd))) in do_fsync()
|
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
D | dirty.c | 53 fsync(fd); in main()
|
/third_party/e2fsprogs/doc/RelNotes/ |
D | v1.44.3.txt | 75 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/ |
D | fsync01.c | 25 TEST(fsync(fd)); in verify_fsync()
|