Searched refs:aof_last_fsync (Results 1 – 3 of 3) sorted by relevance
285 server.aof_last_fsync = server.unixtime; in startAppendOnly()350 server.unixtime > server.aof_last_fsync && in flushAppendOnlyFile()507 server.aof_last_fsync = server.unixtime; in flushAppendOnlyFile()509 server.unixtime > server.aof_last_fsync)) { in flushAppendOnlyFile()514 server.aof_last_fsync = server.unixtime; in flushAppendOnlyFile()
1077 time_t aof_last_fsync; /* UNIX time of last fsync() */ member
1580 server.aof_last_fsync = time(NULL); in initServerConfig()