S_DIRSYNC         153 fs/btrfs/ioctl.c 		new_fl |= S_DIRSYNC;
S_DIRSYNC         156 fs/btrfs/ioctl.c 		      S_SYNC | S_APPEND | S_IMMUTABLE | S_NOATIME | S_DIRSYNC,
S_DIRSYNC        1376 fs/ext2/inode.c 				S_DIRSYNC | S_DAX);
S_DIRSYNC        1386 fs/ext2/inode.c 		inode->i_flags |= S_DIRSYNC;
S_DIRSYNC        4747 fs/ext4/inode.c 		new_fl |= S_DIRSYNC;
S_DIRSYNC        4757 fs/ext4/inode.c 			S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC|S_DAX|
S_DIRSYNC          46 fs/f2fs/inode.c 		new_fl |= S_DIRSYNC;
S_DIRSYNC          54 fs/f2fs/inode.c 			S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC|
S_DIRSYNC         185 fs/gfs2/file.c 	flags &= ~(S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC|S_NOSEC);
S_DIRSYNC          28 fs/jfs/jfs_inode.c 		new_fl |= S_DIRSYNC;
S_DIRSYNC          32 fs/jfs/jfs_inode.c 			S_DIRSYNC | S_SYNC);
S_DIRSYNC         427 fs/nilfs2/inode.c 		new_fl |= S_DIRSYNC;
S_DIRSYNC         429 fs/nilfs2/inode.c 			S_NOATIME | S_DIRSYNC);
S_DIRSYNC          78 fs/ocfs2/inode.c 		S_SYNC | S_APPEND | S_NOATIME | S_DIRSYNC);
S_DIRSYNC          90 fs/ocfs2/inode.c 		inode->i_flags |= S_DIRSYNC;
S_DIRSYNC         108 fs/ocfs2/inode.c 	if (flags & S_DIRSYNC)
S_DIRSYNC          34 fs/ubifs/ioctl.c 	inode->i_flags &= ~(S_SYNC | S_APPEND | S_IMMUTABLE | S_DIRSYNC |
S_DIRSYNC          43 fs/ubifs/ioctl.c 		inode->i_flags |= S_DIRSYNC;
S_DIRSYNC        2023 include/linux/fs.h 					((inode)->i_flags & (S_SYNC|S_DIRSYNC)))