BTRFS_ROOT_SUBVOL_DEAD
return (root->root_item.flags & cpu_to_le64(BTRFS_ROOT_SUBVOL_DEAD)) != 0;
root_flags | BTRFS_ROOT_SUBVOL_DEAD);
root_flags & ~BTRFS_ROOT_SUBVOL_DEAD);
ASSERT(root_flags & BTRFS_ROOT_SUBVOL_DEAD);
BTRFS_ROOT_SUBVOL_DEAD;