Home
last modified time | relevance | path

Searched refs:redis_fsync (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dconfig.h94 #define redis_fsync fdatasync macro
96 #define redis_fsync fsync macro
H A Dbio.c190 redis_fsync((long)job->arg1); in bioProcessBackgroundJobs()
H A Drio.c119 redis_fsync(fileno(r->io.file.fp)); in rioFileWrite()
H A Daof.c237 redis_fsync(server.aof_fd); in stopAppendOnly()
503 redis_fsync(server.aof_fd); /* Let's try to get this data on the disk */ in flushAppendOnlyFile()
1759 redis_fsync(newfd); in backgroundRewriteDoneHandler()
H A Dserver.c2829 redis_fsync(server.aof_fd); in prepareForShutdown()