Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/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()
/openbmc/linux/fs/ocfs2/
H A Dinode.c76 S_SYNC | S_APPEND | S_NOATIME | S_DIRSYNC); in ocfs2_set_inode_flags()
88 inode->i_flags |= S_DIRSYNC; in ocfs2_set_inode_flags()
106 if (flags & S_DIRSYNC) in ocfs2_get_inode_flags()
/openbmc/linux/fs/f2fs/
H A Dinode.c60 new_fl |= S_DIRSYNC; in f2fs_set_inode_flags()
68 S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC| in f2fs_set_inode_flags()
/openbmc/linux/fs/nilfs2/
H A Dinode.c436 new_fl |= S_DIRSYNC; in nilfs_set_inode_flags()
438 S_NOATIME | S_DIRSYNC); in nilfs_set_inode_flags()
/openbmc/linux/fs/ext2/
H A Dinode.c1353 S_DIRSYNC | S_DAX); in ext2_set_inode_flags()
1363 inode->i_flags |= S_DIRSYNC; in ext2_set_inode_flags()
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h512 #define S_DIRSYNC 64 /* Directory modifications are synchronous */ macro
/openbmc/linux/include/linux/
H A Dfs.h2101 #define S_DIRSYNC (1 << 6) /* Directory modifications are synchronous */ macro
2138 ((inode)->i_flags & (S_SYNC|S_DIRSYNC)))
/openbmc/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()
/openbmc/linux/fs/btrfs/
H A Dioctl.c187 new_fl |= S_DIRSYNC; in btrfs_sync_inode_flags_to_i_flags()
192 S_SYNC | S_APPEND | S_IMMUTABLE | S_NOATIME | S_DIRSYNC | in btrfs_sync_inode_flags_to_i_flags()
/openbmc/linux/fs/ext4/
H A Dinode.c4604 new_fl |= S_DIRSYNC; in ext4_set_inode_flags()
4619 S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC|S_DAX| in ext4_set_inode_flags()