Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_inode.c28 new_fl |= S_DIRSYNC; in jfs_set_inode_flags()
32 S_DIRSYNC | S_SYNC); in jfs_set_inode_flags()
/linux/fs/ubifs/
H A Dioctl.c39 inode->i_flags &= ~(S_SYNC | S_APPEND | S_IMMUTABLE | S_DIRSYNC | in ubifs_set_inode_flags()
48 inode->i_flags |= S_DIRSYNC; in ubifs_set_inode_flags()
/linux/fs/f2fs/
H A Dinode.c73 new_fl |= S_DIRSYNC; in f2fs_set_inode_flags()
81 S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC| in f2fs_set_inode_flags()
/linux/fs/gfs2/
H A Dfile.c189 flags &= ~(S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC|S_NOSEC); in gfs2_set_inode_flags()
/linux/include/linux/
H A Dfs.h2102 #define S_DIRSYNC (1 << 6) /* Directory modifications are synchronous */ macro
2139 ((inode)->i_flags & (S_SYNC|S_DIRSYNC)))
/linux/fs/btrfs/
H A Dioctl.c208 new_fl |= S_DIRSYNC; in btrfs_sync_inode_flags_to_i_flags()
213 S_SYNC | S_APPEND | S_IMMUTABLE | S_NOATIME | S_DIRSYNC | in btrfs_sync_inode_flags_to_i_flags()
/linux/fs/ext4/
H A Dinode.c5157 new_fl |= S_DIRSYNC; in ext4_set_inode_flags()
5172 S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC|S_DAX| in ext4_set_inode_flags()