blob: 3faab5cbb59ac9a9846c45473a8d01fb926de1e4 [file] [log] [blame]
Josef Bacikaa5d3002022-10-26 15:08:41 -04001/* SPDX-License-Identifier: GPL-2.0 */
2
3#ifndef BTRFS_ORPHAN_H
4#define BTRFS_ORPHAN_H
5
6int btrfs_insert_orphan_item(struct btrfs_trans_handle *trans,
7 struct btrfs_root *root, u64 offset);
8int btrfs_del_orphan_item(struct btrfs_trans_handle *trans,
9 struct btrfs_root *root, u64 offset);
10
11#endif