Home
last modified time | relevance | path

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

/Linux-v5.4/fs/jfs/
Djfs_inode.c28 new_fl |= S_DIRSYNC; in jfs_set_inode_flags()
32 S_DIRSYNC | S_SYNC); in jfs_set_inode_flags()
/Linux-v5.4/fs/ubifs/
Dioctl.c34 inode->i_flags &= ~(S_SYNC | S_APPEND | S_IMMUTABLE | S_DIRSYNC | in ubifs_set_inode_flags()
43 inode->i_flags |= S_DIRSYNC; in ubifs_set_inode_flags()
/Linux-v5.4/fs/ocfs2/
Dinode.c78 S_SYNC | S_APPEND | S_NOATIME | S_DIRSYNC); in ocfs2_set_inode_flags()
90 inode->i_flags |= S_DIRSYNC; in ocfs2_set_inode_flags()
108 if (flags & S_DIRSYNC) in ocfs2_get_inode_flags()
/Linux-v5.4/fs/f2fs/
Dinode.c46 new_fl |= S_DIRSYNC; in f2fs_set_inode_flags()
54 S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC| in f2fs_set_inode_flags()
/Linux-v5.4/fs/nilfs2/
Dinode.c427 new_fl |= S_DIRSYNC; in nilfs_set_inode_flags()
429 S_NOATIME | S_DIRSYNC); in nilfs_set_inode_flags()
/Linux-v5.4/fs/ext2/
Dinode.c1373 S_DIRSYNC | S_DAX); in ext2_set_inode_flags()
1383 inode->i_flags |= S_DIRSYNC; in ext2_set_inode_flags()
/Linux-v5.4/fs/gfs2/
Dfile.c184 flags &= ~(S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC|S_NOSEC); in gfs2_set_inode_flags()
/Linux-v5.4/include/linux/
Dfs.h1979 #define S_DIRSYNC 64 /* Directory modifications are synchronous */ macro
2015 ((inode)->i_flags & (S_SYNC|S_DIRSYNC)))
/Linux-v5.4/fs/btrfs/
Dioctl.c153 new_fl |= S_DIRSYNC; in btrfs_sync_inode_flags_to_i_flags()
156 S_SYNC | S_APPEND | S_IMMUTABLE | S_NOATIME | S_DIRSYNC, in btrfs_sync_inode_flags_to_i_flags()
/Linux-v5.4/fs/ext4/
Dinode.c4726 new_fl |= S_DIRSYNC; in ext4_set_inode_flags()
4736 S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC|S_DAX| in ext4_set_inode_flags()