Home | History | Annotate | Download | only in sdcard

Lines Matching refs:fdatasync

1146     int res = is_data_sync ? fdatasync(fd) : fsync(fd);