Searched refs:BIO_AOF_FSYNC (Results 1 – 4 of 4) sorted by relevance
40 #define BIO_AOF_FSYNC 1 /* Deferred AOF fsync. */ macro
189 } else if (type == BIO_AOF_FSYNC) { in bioProcessBackgroundJobs()
203 return bioPendingJobsOfType(BIO_AOF_FSYNC) != 0; in aofFsyncInProgress()209 bioCreateBackgroundJob(BIO_AOF_FSYNC,(void*)(long)fd,NULL,NULL); in aof_background_fsync()
3397 bioPendingJobsOfType(BIO_AOF_FSYNC), in genRedisInfoString()