Searched refs:UNIXFILE_DIRSYNC (Results 1 – 1 of 1) sorted by relevance
288 # define UNIXFILE_DIRSYNC 0x08 /* Directory sync needed */ macro290 # define UNIXFILE_DIRSYNC 0x00 macro3765 if( pFile->ctrlFlags & UNIXFILE_DIRSYNC ){ in unixSync()3777 pFile->ctrlFlags &= ~UNIXFILE_DIRSYNC; in unixSync()6309 if( isNewJrnl ) ctrlFlags |= UNIXFILE_DIRSYNC; in unixOpen()