/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/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()
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/ |
D | unistd_fsync_test.cpp | 25 EXPECT_EQ(0, fsync(fd)); 29 EXPECT_EQ(-1, fsync(fd));
|
/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/node/test/parallel/ |
D | test-fs-fsync.js | 44 fs.fsync(fd, common.mustSucceed(() => { 57 assert.throws(() => fs.fsync(input), errObj);
|
D | test-trace-events-fs-async.js | 98 function fsync() { function 102 fs.fsync(fd, () => { 279 tests.fsync = wrapper(fsync);
|
/third_party/ltp/testcases/kernel/fs/fs_di/ |
D | frag.c | 99 fsync(fd1); in main() 100 fsync(fd2); in main()
|
/third_party/node/deps/npm/node_modules/write-file-atomic/lib/ |
D | index.js | 119 if (options.fsync !== false) { 120 await promisify(fs.fsync)(fd) 225 if (options.fsync !== false) {
|
/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/typings/internalBinding/ |
D | fs.d.ts | 98 function fsync(fd: number, req: FSReqCallback): void; 99 function fsync(fd: number, req: undefined, ctx: FSSyncContext): void; 100 function fsync(fd: number, usePromises: typeof kUsePromises): Promise<void>; 245 fsync: typeof InternalFSBinding.fsync;
|
/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 | ftest05.c | 422 fsync(fd); in dotest() 448 fsync(fd); in dotest() 472 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 | ftest07.c | 501 fsync(fd); in dotest() 526 fsync(fd); in dotest() 549 if (fsync(fd) < 0) { in domisc()
|
D | ftest03.c | 506 fsync(fd); in dotest() 532 fsync(fd); in dotest() 555 if (fsync(fd) < 0) { in domisc()
|
/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/libfuse/lib/ |
D | cuse_lowlevel.c | 77 req_clop(req)->fsync(req, datasync, fi); in cuse_fll_fsync() 168 lop.fsync = clop->fsync ? cuse_fll_fsync : NULL; in cuse_lowlevel_new()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | unix_io.c | 100 ret = fsync(fildes); in ntfs_fsync() 103 ret = fsync(fildes); in ntfs_fsync()
|