Searched refs:autosync (Results 1 – 2 of 2) sorted by relevance
115 if (r->io.file.autosync && in rioFileWrite()116 r->io.file.buffered >= r->io.file.autosync) in rioFileWrite()157 r->io.file.autosync = 0; in rioInitWithFile()304 r->io.file.autosync = bytes; in rioSetAutoSync()
74 off_t autosync; /* fsync after 'autosync' bytes written. */ member