Searched refs:BTRFS_INODE_DIRSYNC (Results 1 – 2 of 2) sorted by relevance
121 if (flags & BTRFS_INODE_DIRSYNC) in btrfs_flags_to_ioctl()150 if (ip->flags & BTRFS_INODE_DIRSYNC) in btrfs_update_iflags()279 ip->flags |= BTRFS_INODE_DIRSYNC; in btrfs_ioctl_setflags()281 ip->flags &= ~BTRFS_INODE_DIRSYNC; in btrfs_ioctl_setflags()
2279 #define BTRFS_INODE_DIRSYNC (1 << 10) macro