Searched refs:BTRFS_INODE_DIRSYNC (Results 1 – 2 of 2) sorted by relevance
120 if (flags & BTRFS_INODE_DIRSYNC) in btrfs_inode_flags_to_fsflags()149 if (binode->flags & BTRFS_INODE_DIRSYNC) in btrfs_sync_inode_flags_to_i_flags()255 binode_flags |= BTRFS_INODE_DIRSYNC; in btrfs_ioctl_setflags()257 binode_flags &= ~BTRFS_INODE_DIRSYNC; in btrfs_ioctl_setflags()
1381 #define BTRFS_INODE_DIRSYNC (1 << 10) macro1397 BTRFS_INODE_DIRSYNC | \