Searched refs:EXT2_DIRSYNC_FL (Results 1 – 4 of 4) sorted by relevance
34 { EXT2_DIRSYNC_FL, "D", "Synchronous_Directory_Updates" },
102 { EXT2_DIRSYNC_FL, 'D' },249 flags &= ~EXT2_DIRSYNC_FL; in change_attributes()
3114 EXT2_NOATIME_FL | EXT3_JOURNAL_DATA_FL | EXT2_DIRSYNC_FL | \
330 #define EXT2_DIRSYNC_FL 0x00010000 /* Synchronous directory modifications */ macro