Home
last modified time | relevance | path

Searched refs:EXT2_DIRSYNC_FL (Results 1 – 4 of 4) sorted by relevance

/third_party/e2fsprogs/misc/
Dchattr.c102 { EXT2_DIRSYNC_FL, 'D' },
250 flags &= ~EXT2_DIRSYNC_FL; in change_attributes()
Dfuse2fs.c3110 EXT2_NOATIME_FL | EXT3_JOURNAL_DATA_FL | EXT2_DIRSYNC_FL | \
/third_party/e2fsprogs/lib/e2p/
Dpf.c34 { EXT2_DIRSYNC_FL, "D", "Synchronous_Directory_Updates" },
/third_party/e2fsprogs/lib/ext2fs/
Dext2_fs.h341 #define EXT2_DIRSYNC_FL 0x00010000 /* Synchronous directory modifications */ macro