Home
last modified time | relevance | path

Searched refs:werr (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Daof.c1359 werr: in rewriteAppendOnlyFileRio()
1396 goto werr; in rewriteAppendOnlyFile()
1404 if (fflush(fp) == EOF) goto werr; in rewriteAppendOnlyFile()
1405 if (fsync(fileno(fp)) == -1) goto werr; in rewriteAppendOnlyFile()
1429 goto werr; in rewriteAppendOnlyFile()
1434 byte != '!') goto werr; in rewriteAppendOnlyFile()
1445 goto werr; in rewriteAppendOnlyFile()
1448 if (fflush(fp) == EOF) goto werr; in rewriteAppendOnlyFile()
1449 if (fsync(fileno(fp)) == -1) goto werr; in rewriteAppendOnlyFile()
1450 if (fclose(fp) == EOF) goto werr; in rewriteAppendOnlyFile()
[all …]
H A Drdb.c1124 if (rdbSaveLen(rdb,j) == -1) goto werr; in rdbSaveRio()
1170 goto werr; in rdbSaveRio()
1183 if (rioWrite(rdb,&cksum,8) == 0) goto werr; in rdbSaveRio()
1186 werr: in rdbSaveRio()
1207 if (rioWrite(rdb,"\r\n",2) == 0) goto werr; in rdbSaveRioWithEOFMark()
1212 werr: /* Write error. */ in rdbSaveRioWithEOFMark()
1246 goto werr; in rdbSave()
1250 if (fflush(fp) == EOF) goto werr; in rdbSave()
1251 if (fsync(fileno(fp)) == -1) goto werr; in rdbSave()
1252 if (fclose(fp) == EOF) goto werr; in rdbSave()
[all …]
H A Dsentinel.c1931 if (rewrite_status == -1) goto werr; in sentinelFlushConfig()
1932 if ((fd = open(server.configfile,O_RDONLY)) == -1) goto werr; in sentinelFlushConfig()
1933 if (fsync(fd) == -1) goto werr; in sentinelFlushConfig()
1934 if (close(fd) == EOF) goto werr; in sentinelFlushConfig()
1937 werr: in sentinelFlushConfig()
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dutil.c55 char rops[6], wops[6], rbytes[6], wbytes[6], rerr[6], werr[6], cerr[6]; in show_vdev_stats() local
96 nicenum(vs->vs_write_errors, werr, sizeof (werr)); in show_vdev_stats()
106 rops, wops, rbytes, wbytes, rerr, werr, cerr); in show_vdev_stats()