Searched refs:sync_kludge (Results 1 – 2 of 2) sorted by relevance
66 Mke2fs now uses io_channel_flush() instead of sync() for the sync_kludge
115 static int sync_kludge; /* Set using the MKE2FS_SYNC env. option */ variable448 if (sync_kludge) { in write_inode_tables()449 if (sync_kludge == 1) in write_inode_tables()451 else if ((i % sync_kludge) == 0) in write_inode_tables()1947 &sync_kludge); in PRS()1950 sync_kludge = atoi(tmp); in PRS()