Home
last modified time | relevance | path

Searched refs:EXT3_DIRSYNC_FL (Results 1 – 2 of 2) sorted by relevance

/fs/ext3/
Dext3.h152 #define EXT3_DIRSYNC_FL 0x00010000 /* dirsync behaviour (directories only) */ macro
164 EXT3_NOTAIL_FL | EXT3_DIRSYNC_FL)
167 #define EXT3_REG_FLMASK (~(EXT3_DIRSYNC_FL | EXT3_TOPDIR_FL))
Dinode.c2866 if (flags & EXT3_DIRSYNC_FL) in ext3_set_inode_flags()
2876 EXT3_IMMUTABLE_FL|EXT3_NOATIME_FL|EXT3_DIRSYNC_FL); in ext3_get_inode_flags()
2886 ei->i_flags |= EXT3_DIRSYNC_FL; in ext3_get_inode_flags()