Home
last modified time | relevance | path

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

1234567

/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/open_posix_testsuite/conformance/definitions/unistd_h/
D1-1-buildonly.c19 dummyvar = fsync; in dummyfcn()
/external/ltp/testcases/kernel/fs/ftest/
Dftest04.c420 fsync(fd); in dotest()
465 fsync(fd); in dotest()
481 if (fsync(fd) < 0) { in domisc()
Dftest08.c431 fsync(fd); in dotest()
479 fsync(fd); in dotest()
507 if (fsync(fd) < 0) { in domisc()
Dftest05.c427 fsync(fd); in dotest()
453 fsync(fd); in dotest()
477 if (fsync(fd) < 0) { in domisc()
Dftest01.c436 fsync(fd); in dotest()
461 fsync(fd); in dotest()
484 if (fsync(fd) < 0) { in domisc()
Dftest07.c507 fsync(fd); in dotest()
532 fsync(fd); in dotest()
555 if (fsync(fd) < 0) { in domisc()
Dftest03.c513 fsync(fd); in dotest()
539 fsync(fd); in dotest()
562 if (fsync(fd) < 0) { in domisc()
/external/toybox/toys/other/
Dfsync.c25 if (((toys.optflags & FLAG_d) ? fdatasync(fd) : fsync(fd))) in do_fsync()
Dmkswap.c41 fsync(fd);
/external/syslinux/linux/
Dsyslinux.c317 fsync(dev_fd); in main()
444 fsync(fd); in main()
479 fsync(fd); in main()
/external/e2fsprogs/lib/ext2fs/
Dflushb.c62 if (fsync (fd) == -1) in ext2fs_sync_device()
/external/ImageMagick/MagickCore/
Dnt-base.h124 #if !defined(fsync)
125 # define fsync _commit macro
/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.
/external/ltp/testcases/kernel/syscalls/fsync/
Dfsync01.c144 TEST(fsync(fd)); in main()

1234567