aboutsummaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/extent_update.h
blob: 6f5cf449361a7f1aa6661086c43110c8b2e15455 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _BCACHEFS_EXTENT_UPDATE_H
#define _BCACHEFS_EXTENT_UPDATE_H

#include "bcachefs.h"

int bch2_extent_atomic_end(struct btree_trans *, struct btree_iter *,
			   struct bkey_i *, struct bpos *);
int bch2_extent_trim_atomic(struct btree_trans *, struct btree_iter *,
			    struct bkey_i *);

#endif /* _BCACHEFS_EXTENT_UPDATE_H */