162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci 362306a36Sopenharmony_ci#ifndef BTRFS_ORPHAN_H 462306a36Sopenharmony_ci#define BTRFS_ORPHAN_H 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciint btrfs_insert_orphan_item(struct btrfs_trans_handle *trans, 762306a36Sopenharmony_ci struct btrfs_root *root, u64 offset); 862306a36Sopenharmony_ciint btrfs_del_orphan_item(struct btrfs_trans_handle *trans, 962306a36Sopenharmony_ci struct btrfs_root *root, u64 offset); 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ci#endif 12