Searched refs:fsync (Results 1 – 2 of 2) sorted by relevance
98 #undef fsync117 #define fsync( fd ) red_fsync( fd ) macro118 #define fdatasync( fd ) fsync( fd )
2015 e = fsync( fd ) < 0 ? errno : 0; in fsync_f()
Completed in 11 milliseconds