diff options
Diffstat (limited to 'libbcachefs/subvolume.h')
-rw-r--r-- | libbcachefs/subvolume.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbcachefs/subvolume.h b/libbcachefs/subvolume.h index dde755b4..e4c3fdcd 100644 --- a/libbcachefs/subvolume.h +++ b/libbcachefs/subvolume.h @@ -118,6 +118,8 @@ void bch2_subvolume_to_text(struct printbuf *, struct bch_fs *, struct bkey_s_c) int bch2_subvolume_get(struct btree_trans *, unsigned, bool, int, struct bch_subvolume *); +int bch2_snapshot_get_subvol(struct btree_trans *, u32, + struct bch_subvolume *); int bch2_subvolume_get_snapshot(struct btree_trans *, u32, u32 *); int bch2_subvolume_delete(struct btree_trans *, u32); |