162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci 362306a36Sopenharmony_ci#ifndef BTRFS_UUID_TREE_H 462306a36Sopenharmony_ci#define BTRFS_UUID_TREE_H 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciint btrfs_uuid_tree_add(struct btrfs_trans_handle *trans, u8 *uuid, u8 type, 762306a36Sopenharmony_ci u64 subid); 862306a36Sopenharmony_ciint btrfs_uuid_tree_remove(struct btrfs_trans_handle *trans, u8 *uuid, u8 type, 962306a36Sopenharmony_ci u64 subid); 1062306a36Sopenharmony_ciint btrfs_uuid_tree_iterate(struct btrfs_fs_info *fs_info); 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ci#endif 13