Searched refs:S_DIRSYNC (Results 1 - 10 of 10) sorted by last modified time

/linux-master/fs/btrfs/
H A Dioctl.c183 new_fl |= S_DIRSYNC;
188 S_SYNC | S_APPEND | S_IMMUTABLE | S_NOATIME | S_DIRSYNC |
/linux-master/include/linux/
H A Dfs.h2202 #define S_DIRSYNC (1 << 6) /* Directory modifications are synchronous */ macro
2239 ((inode)->i_flags & (S_SYNC|S_DIRSYNC)))
/linux-master/fs/ext4/
H A Dinode.c4554 new_fl |= S_DIRSYNC;
4569 S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC|S_DAX|
/linux-master/fs/nilfs2/
H A Dinode.c437 new_fl |= S_DIRSYNC;
439 S_NOATIME | S_DIRSYNC);
/linux-master/fs/ext2/
H A Dinode.c1353 S_DIRSYNC | S_DAX);
1363 inode->i_flags |= S_DIRSYNC;
/linux-master/fs/gfs2/
H A Dfile.c189 flags &= ~(S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC|S_NOSEC);
/linux-master/fs/f2fs/
H A Dinode.c52 new_fl |= S_DIRSYNC;
60 S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC|
/linux-master/fs/ocfs2/
H A Dinode.c76 S_SYNC | S_APPEND | S_NOATIME | S_DIRSYNC);
88 inode->i_flags |= S_DIRSYNC;
106 if (flags & S_DIRSYNC)
/linux-master/fs/jfs/
H A Djfs_inode.c28 new_fl |= S_DIRSYNC;
32 S_DIRSYNC | S_SYNC);
/linux-master/fs/ubifs/
H A Dioctl.c39 inode->i_flags &= ~(S_SYNC | S_APPEND | S_IMMUTABLE | S_DIRSYNC |
48 inode->i_flags |= S_DIRSYNC;

Completed in 226 milliseconds