Searched refs:BTRFS_INODE_DIRSYNC (Results 1 – 2 of 2) sorted by relevance
120 if (flags & BTRFS_INODE_DIRSYNC) in btrfs_flags_to_ioctl()149 if (ip->flags & BTRFS_INODE_DIRSYNC) in btrfs_update_iflags()278 ip->flags |= BTRFS_INODE_DIRSYNC; in btrfs_ioctl_setflags()280 ip->flags &= ~BTRFS_INODE_DIRSYNC; in btrfs_ioctl_setflags()
2235 #define BTRFS_INODE_DIRSYNC (1 << 10) macro