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
116 static int sync_kludge; /* Set using the MKE2FS_SYNC env. option */ variable451 if (sync_kludge) { in write_inode_tables()452 if (sync_kludge == 1) in write_inode_tables()454 else if ((i % sync_kludge) == 0) in write_inode_tables()1968 &sync_kludge); in PRS()1971 sync_kludge = atoi(tmp); in PRS()