Searched refs:fdatasync (Results 1 – 9 of 9) sorted by relevance
1254 if( ((j+1)%nSync)==0 ) fdatasync(fd); in do_writer_test()1260 fdatasync(fd); in do_writer_test()1270 if( ((j+1)%nSync)==0 ) fdatasync(fd); in do_writer_test()1277 fdatasync(fd); in do_writer_test()
140 return fdatasync(pCtx->fd); in doOneCmd()
38 # define fdatasync(fd) FlushFileBuffers((HANDLE)_get_osfhandle((fd))) macro
46 # define fdatasync(x) fsync(x) macro184 if( prc==0 ) prc = fdatasync(p->fd); in lsmPosixOsSync()
111 AC_CHECK_FUNCS([fdatasync gmtime_r isnan localtime_r localtime_s malloc_usable_size strchrnul uslee…551 # that use "fdatasync()" function.553 AC_SEARCH_LIBS(fdatasync, [rt])
6 /* Define to 1 if you have the `fdatasync' function. */
11189 # that use "fdatasync()" function.11191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing fdatasync" >&511192 $as_echo_n "checking for library containing fdatasync... " >&6; }
28 AC_CHECK_FUNCS([fdatasync usleep fullfsync localtime_r gmtime_r])
3562 #if !defined(fdatasync) && !HAVE_FDATASYNC3563 # define fdatasync fsync macro3661 rc = fdatasync(fd); in full_fsync()