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()258 binode_flags |= BTRFS_INODE_DIRSYNC; in btrfs_ioctl_setflags()260 binode_flags &= ~BTRFS_INODE_DIRSYNC; in btrfs_ioctl_setflags()
1275 #define BTRFS_INODE_DIRSYNC (1 << 10) macro1291 BTRFS_INODE_DIRSYNC | \