Home
last modified time | relevance | path

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

12345678

/external/ltp/testcases/kernel/io/ltp-aiodio/
Dltp-diorh.c75 fsync(fd); in do_buffered_writes()
144 fsync(fd); in main()
164 fsync(fd); in main()
167 fsync(fd); in main()
Ddirty.c53 fsync(fd); in main()
/external/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 …
/external/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.c31 if (fsync(fd) == -1 && errno == EBADF) { in main()
D7-1.c41 if (fsync(fd[1]) == -1 && errno == EINVAL) { in main()
D4-1.c56 if (fsync(fd) == -1) { in main()
/external/ltp/testcases/kernel/fs/fs_di/
Dfrag.c99 fsync(fd1); in main()
100 fsync(fd2); in main()
Dcreate_datafile.c69 fsync(fd); in main()
/external/ltp/testcases/kernel/fs/ftest/
Dftest04.c410 fsync(fd); in dotest()
455 fsync(fd); in dotest()
471 if (fsync(fd) < 0) { in domisc()
Dftest08.c427 fsync(fd); in dotest()
475 fsync(fd); in dotest()
503 if (fsync(fd) < 0) { in domisc()
Dftest01.c434 fsync(fd); in dotest()
459 fsync(fd); in dotest()
482 if (fsync(fd) < 0) { in domisc()
Dftest05.c423 fsync(fd); in dotest()
449 fsync(fd); in dotest()
473 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()
/external/syslinux/linux/
Dsyslinux.c317 fsync(dev_fd); in main()
444 fsync(fd); in main()
479 fsync(fd); in main()
/external/ltp/utils/ffsb-6.0-rc2/
Dfileops.c270 if (fsync(fd)) { in ffsb_writefile_core()
326 if (fsync(fd)) { in ffsb_writeall_core()
386 if (fsync(fd)) { in ffsb_appendfile_core()
454 if (fsync(fd)) { in ffsb_createfile_core()
/external/ImageMagick/MagickCore/
Dnt-base.h124 #if !defined(fsync)
125 # define fsync _commit macro
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/unistd_h/
D1-1-buildonly.c19 dummyvar = fsync; in dummyfcn()
/external/toybox/toys/other/
Dfsync.c25 if (((toys.optflags & FLAG_d) ? fdatasync(fd) : fsync(fd))) in do_fsync()
/external/e2fsprogs/lib/ext2fs/
Dflushb.c62 if (fsync (fd) == -1) in ext2fs_sync_device()
/external/ltp/testcases/kernel/syscalls/fsync/
Dfsync01.c53 TEST(fsync(fd)); in verify_fsync()
/external/ltp/testcases/network/nfs/nfs_stress/
Dnfs04_create_file.c69 fsync(fd); in main()
/external/ltp/testcases/kernel/controllers/memcg/regression/
Dmemcg_test_1.c56 fsync(fd); in main()
/external/autotest/client/tests/synctest/
Dcontrol9 Child process creates enough dirty data and issues fsync.

12345678