Searched refs:fsync (Results 1 – 25 of 220) sorted by relevance
123456789
24 cbdt.fsync(); in main()29 sbix.fsync(); in main()34 colr.fsync(); in main()
75 fsync(fd); in do_buffered_writes()144 fsync(fd); in main()164 fsync(fd); in main()167 fsync(fd); in main()
53 fsync(fd); in main()
27 echo Start checking F2FS without fsync34 echo Start checking F2FS with fsync56 …ymlink=3 -f truncate=4 -f write=10 -f creat=10 -f unlink=5 -f rename=5 -f fsync=10 -p 10 -n 10000 …
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 test24 unreasonable to omit testing for fsync( ), allowing it to be treated as a
30 if (fsync(fd) == -1 && errno == EBADF) { in main()
40 if (fsync(fd[1]) == -1 && errno == EINVAL) { in main()
59 > dd if=$BL1 of=$DEV conv=fsync bs=1 count=44260 > dd if=$BL1 of=$DEV conv=fsync bs=512 skip=1 seek=161 > dd if=$DIR/u-boot.gxbb of=$DEV conv=fsync bs=512 seek=97
99 fsync(fd1); in main()100 fsync(fd2); in main()
410 fsync(fd); in dotest()455 fsync(fd); in dotest()471 if (fsync(fd) < 0) { in domisc()
427 fsync(fd); in dotest()475 fsync(fd); in dotest()503 if (fsync(fd) < 0) { in domisc()
434 fsync(fd); in dotest()459 fsync(fd); in dotest()482 if (fsync(fd) < 0) { in domisc()
423 fsync(fd); in dotest()449 fsync(fd); in dotest()473 if (fsync(fd) < 0) { in domisc()
501 fsync(fd); in dotest()526 fsync(fd); in dotest()549 if (fsync(fd) < 0) { in domisc()
506 fsync(fd); in dotest()532 fsync(fd); in dotest()555 if (fsync(fd) < 0) { in domisc()
4 run_strace_match_diff -y -e trace=fsync
4 run_strace_match_diff -a30 -e trace=openat,fsync -P "/dev/full" -P "/dev/zero" -P "/dev/sda" -yy
19 dummyvar = fsync; in dummyfcn()
75 occurred before the file or block device was opened via fsync() or77 around this by calling fsync() immediately after the file or block80 Filefrag will no longer ignore errors returned by fsync.
25 if (((toys.optflags & FLAG_d) ? fdatasync(fd) : fsync(fd))) in do_fsync()