Home
last modified time | relevance | path

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

/linux-3.3/fs/9p/
Dvfs_super.c92 sb->s_flags = flags | MS_ACTIVE | MS_DIRSYNC | MS_NOATIME; in v9fs_fill_super()
/linux-3.3/fs/
Dproc_namespace.c45 { MS_DIRSYNC, ",dirsync" }, in show_sb_opts()
/linux-3.3/include/linux/
Dfs.h195 #define MS_DIRSYNC 128 /* Directory modifications are synchronous */ macro
263 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || \
/linux-3.3/fs/xfs/
Dxfs_super.c190 if (sb->s_flags & MS_DIRSYNC) in xfs_parseargs()