projects
/
platform
/
kernel
/
linux-rpi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'mmc-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
[platform/kernel/linux-rpi.git]
/
fs
/
btrfs
/
orphan.h
1
/* SPDX-License-Identifier: GPL-2.0 */
2
3
#ifndef BTRFS_ORPHAN_H
4
#define BTRFS_ORPHAN_H
5
6
int btrfs_insert_orphan_item(struct btrfs_trans_handle *trans,
7
struct btrfs_root *root, u64 offset);
8
int btrfs_del_orphan_item(struct btrfs_trans_handle *trans,
9
struct btrfs_root *root, u64 offset);
10
11
#endif