Home
last modified time | relevance | path

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

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