xref: /openbmc/linux/fs/btrfs/orphan.h (revision aa5d3003)
1*aa5d3003SJosef Bacik /* SPDX-License-Identifier: GPL-2.0 */
2*aa5d3003SJosef Bacik 
3*aa5d3003SJosef Bacik #ifndef BTRFS_ORPHAN_H
4*aa5d3003SJosef Bacik #define BTRFS_ORPHAN_H
5*aa5d3003SJosef Bacik 
6*aa5d3003SJosef Bacik int btrfs_insert_orphan_item(struct btrfs_trans_handle *trans,
7*aa5d3003SJosef Bacik 			     struct btrfs_root *root, u64 offset);
8*aa5d3003SJosef Bacik int btrfs_del_orphan_item(struct btrfs_trans_handle *trans,
9*aa5d3003SJosef Bacik 			  struct btrfs_root *root, u64 offset);
10*aa5d3003SJosef Bacik 
11*aa5d3003SJosef Bacik #endif
12