Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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-6.15/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()
/linux-6.15/fs/f2fs/
H A Dinode.c57 new_fl |= S_DIRSYNC; in f2fs_set_inode_flags()
65 S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC| in f2fs_set_inode_flags()
/linux-6.15/fs/nilfs2/
H A Dinode.c395 new_fl |= S_DIRSYNC; in nilfs_set_inode_flags()
397 S_NOATIME | S_DIRSYNC); in nilfs_set_inode_flags()
/linux-6.15/fs/ext2/
H A Dinode.c1351 S_DIRSYNC | S_DAX); in ext2_set_inode_flags()
1361 inode->i_flags |= S_DIRSYNC; in ext2_set_inode_flags()
/linux-6.15/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-6.15/include/linux/
H A Dfs.h2331 #define S_DIRSYNC (1 << 6) /* Directory modifications are synchronous */ macro
2368 ((inode)->i_flags & (S_SYNC|S_DIRSYNC)))
/linux-6.15/fs/btrfs/
H A Dioctl.c183 new_fl |= S_DIRSYNC; in btrfs_sync_inode_flags_to_i_flags()
188 S_SYNC | S_APPEND | S_IMMUTABLE | S_NOATIME | S_DIRSYNC | in btrfs_sync_inode_flags_to_i_flags()
/linux-6.15/fs/ext4/
H A Dinode.c4640 new_fl |= S_DIRSYNC; in ext4_set_inode_flags()
4655 S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC|S_DAX| in ext4_set_inode_flags()