fsync             431 lib/common/io.c     if (fsync(fd) < 0) {
fsync             520 lib/common/io.c     if (fsync(fileno(fp)) < 0) {
fsync             272 lib/common/logging.c             if (fflush(logfile) < 0 || fsync(logfd) < 0) {
fsync            1225 lib/common/xml.c     if (fsync(fileno(stream)) < 0 && errno != EROFS  && errno != EINVAL) {