Home | History | Annotate | Download | only in linux

Lines Matching defs:MS_DIRSYNC

108 #define MS_DIRSYNC	128	/* Directory modifications are synchronous */
167 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || \