Searched refs:BTRFS_INODE_DIRSYNC (Results 1 – 2 of 2) sorted by relevance
123 if (flags & BTRFS_INODE_DIRSYNC) in btrfs_inode_flags_to_fsflags()152 if (binode->flags & BTRFS_INODE_DIRSYNC) in btrfs_sync_inode_flags_to_i_flags()244 binode_flags |= BTRFS_INODE_DIRSYNC; in btrfs_ioctl_setflags()246 binode_flags &= ~BTRFS_INODE_DIRSYNC; in btrfs_ioctl_setflags()
1271 #define BTRFS_INODE_DIRSYNC (1 << 10) macro1287 BTRFS_INODE_DIRSYNC | \