Home
last modified time | relevance | path

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

123456789

/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/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()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/
Dunistd_fsync_test.cpp25 EXPECT_EQ(0, fsync(fd));
29 EXPECT_EQ(-1, fsync(fd));
/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/node/test/parallel/
Dtest-fs-fsync.js44 fs.fsync(fd, common.mustSucceed(() => {
57 assert.throws(() => fs.fsync(input), errObj);
Dtest-trace-events-fs-async.js98 function fsync() { function
102 fs.fsync(fd, () => {
279 tests.fsync = wrapper(fsync);
/third_party/ltp/testcases/kernel/fs/fs_di/
Dfrag.c99 fsync(fd1); in main()
100 fsync(fd2); in main()
/third_party/node/deps/npm/node_modules/write-file-atomic/lib/
Dindex.js119 if (options.fsync !== false) {
120 await promisify(fs.fsync)(fd)
225 if (options.fsync !== false) {
/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/typings/internalBinding/
Dfs.d.ts98 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/
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()
Dftest05.c422 fsync(fd); in dotest()
448 fsync(fd); in dotest()
472 if (fsync(fd) < 0) { in domisc()
Dftest01.c433 fsync(fd); in dotest()
458 fsync(fd); in dotest()
481 if (fsync(fd) < 0) { in domisc()
Dftest07.c501 fsync(fd); in dotest()
526 fsync(fd); in dotest()
549 if (fsync(fd) < 0) { in domisc()
Dftest03.c506 fsync(fd); in dotest()
532 fsync(fd); in dotest()
555 if (fsync(fd) < 0) { in domisc()
/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/libfuse/lib/
Dcuse_lowlevel.c77 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/
Dunix_io.c100 ret = fsync(fildes); in ntfs_fsync()
103 ret = fsync(fildes); in ntfs_fsync()

123456789