S_DIRSYNC 1160 fs/ext2/inode.c inode->i_flags &= ~(S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC); S_DIRSYNC 1170 fs/ext2/inode.c inode->i_flags |= S_DIRSYNC; S_DIRSYNC 1188 fs/ext2/inode.c if (flags & S_DIRSYNC) S_DIRSYNC 2657 fs/ext3/inode.c inode->i_flags &= ~(S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC); S_DIRSYNC 2667 fs/ext3/inode.c inode->i_flags |= S_DIRSYNC; S_DIRSYNC 2685 fs/ext3/inode.c if (flags & S_DIRSYNC) S_DIRSYNC 3973 fs/ext4/inode.c inode->i_flags &= ~(S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC); S_DIRSYNC 3983 fs/ext4/inode.c inode->i_flags |= S_DIRSYNC; S_DIRSYNC 4001 fs/ext4/inode.c if (flags & S_DIRSYNC) S_DIRSYNC 178 fs/gfs2/ops_file.c flags &= ~(S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC); S_DIRSYNC 34 fs/jfs/jfs_inode.c S_NOATIME | S_DIRSYNC | S_SYNC); S_DIRSYNC 43 fs/jfs/jfs_inode.c inode->i_flags |= S_DIRSYNC; S_DIRSYNC 60 fs/jfs/jfs_inode.c if (flags & S_DIRSYNC) S_DIRSYNC 79 fs/ocfs2/inode.c S_SYNC | S_APPEND | S_NOATIME | S_DIRSYNC); S_DIRSYNC 91 fs/ocfs2/inode.c inode->i_flags |= S_DIRSYNC; S_DIRSYNC 109 fs/ocfs2/inode.c if (flags & S_DIRSYNC) S_DIRSYNC 42 fs/ubifs/ioctl.c inode->i_flags &= ~(S_SYNC | S_APPEND | S_IMMUTABLE | S_DIRSYNC); S_DIRSYNC 50 fs/ubifs/ioctl.c inode->i_flags |= S_DIRSYNC; S_DIRSYNC 179 include/linux/fs.h ((inode)->i_flags & (S_SYNC|S_DIRSYNC)))