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