Searched refs:BIO_CLOSE_FILE (Results 1 – 3 of 3) sorted by relevance
39 #define BIO_CLOSE_FILE 0 /* Deferred close(2) syscall. */ macro
187 if (type == BIO_CLOSE_FILE) { in bioProcessBackgroundJobs()
1781 if (oldfd != -1) bioCreateBackgroundJob(BIO_CLOSE_FILE,(void*)(long)oldfd,NULL,NULL); in backgroundRewriteDoneHandler()