Home
last modified time | relevance | path

Searched refs:BIO_CLOSE_FILE (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dbio.h39 #define BIO_CLOSE_FILE 0 /* Deferred close(2) syscall. */ macro
H A Dbio.c187 if (type == BIO_CLOSE_FILE) { in bioProcessBackgroundJobs()
H A Daof.c1781 if (oldfd != -1) bioCreateBackgroundJob(BIO_CLOSE_FILE,(void*)(long)oldfd,NULL,NULL); in backgroundRewriteDoneHandler()