Searched refs:g_fsync (Results 1 – 7 of 7) sorted by relevance
79 #define g_fsync fsync macro163 gint g_fsync (gint fd);
1074 g_fsync (dir_fd); in rename_file()1191 if (do_fsync && g_fsync (fd) != 0) in write_to_file()
1678 g_fsync (gint fd) in g_fsync() function
958 g_assert_cmpint (g_fsync (fd), ==, 0); in test_set_contents()1048 g_assert_no_errno (g_fsync (fd)); in test_set_contents_full()1171 g_assert_no_errno (g_fsync (fd)); in test_set_contents_full_read_only_file()1226 g_assert_no_errno (g_fsync (fd)); in test_set_contents_full_read_only_directory()
328 g_fsync (file->priv->fd) != 0) in _g_local_file_output_stream_really_close()
1689 g_fsync
1371 * Add g_fsync() API (#35)1394 - #35 add g_fsync to API