Home
last modified time | relevance | path

Searched refs:S_DIRSYNC (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/fs/jfs/
Djfs_inode.c41 new_fl |= S_DIRSYNC; in jfs_set_inode_flags()
45 S_DIRSYNC | S_SYNC); in jfs_set_inode_flags()
/Linux-v4.19/fs/ubifs/
Dioctl.c41 inode->i_flags &= ~(S_SYNC | S_APPEND | S_IMMUTABLE | S_DIRSYNC | in ubifs_set_inode_flags()
50 inode->i_flags |= S_DIRSYNC; in ubifs_set_inode_flags()
/Linux-v4.19/fs/f2fs/
Dinode.c48 new_fl |= S_DIRSYNC; in f2fs_set_inode_flags()
52 S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC| in f2fs_set_inode_flags()
/Linux-v4.19/fs/ocfs2/
Dinode.c92 S_SYNC | S_APPEND | S_NOATIME | S_DIRSYNC); in ocfs2_set_inode_flags()
104 inode->i_flags |= S_DIRSYNC; in ocfs2_set_inode_flags()
122 if (flags & S_DIRSYNC) in ocfs2_get_inode_flags()
/Linux-v4.19/fs/nilfs2/
Dinode.c427 new_fl |= S_DIRSYNC; in nilfs_set_inode_flags()
429 S_NOATIME | S_DIRSYNC); in nilfs_set_inode_flags()
/Linux-v4.19/fs/ext2/
Dinode.c1369 S_DIRSYNC | S_DAX); in ext2_set_inode_flags()
1379 inode->i_flags |= S_DIRSYNC; in ext2_set_inode_flags()
/Linux-v4.19/fs/gfs2/
Dfile.c178 flags &= ~(S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC|S_NOSEC); in gfs2_set_inode_flags()
/Linux-v4.19/include/linux/
Dfs.h1888 #define S_DIRSYNC 64 /* Directory modifications are synchronous */ macro
1922 ((inode)->i_flags & (S_SYNC|S_DIRSYNC)))
/Linux-v4.19/fs/ext4/
Dinode.c4712 new_fl |= S_DIRSYNC; in ext4_set_inode_flags()
4718 S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC|S_DAX| in ext4_set_inode_flags()
/Linux-v4.19/fs/btrfs/
Dioctl.c150 new_fl |= S_DIRSYNC; in btrfs_sync_inode_flags_to_i_flags()
153 S_SYNC | S_APPEND | S_IMMUTABLE | S_NOATIME | S_DIRSYNC, in btrfs_sync_inode_flags_to_i_flags()