Searched refs:EXT2_SYNC_FL (Results 1 – 4 of 4) sorted by relevance
33 { EXT2_SYNC_FL, "S", "Synchronous_Updates" },
101 { EXT2_SYNC_FL, 'S' },
189 if (temp & EXT2_SYNC_FL) in type_ext2_inode___show()
312 #define EXT2_SYNC_FL 0x00000008 /* Synchronous updates */ macro