brintos

brintos / linux-shallow public Read only

0
0
Text · 376 B · 6f5cf44 Raw
13 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef _BCACHEFS_EXTENT_UPDATE_H3#define _BCACHEFS_EXTENT_UPDATE_H4 5#include "bcachefs.h"6 7int bch2_extent_atomic_end(struct btree_trans *, struct btree_iter *,8			   struct bkey_i *, struct bpos *);9int bch2_extent_trim_atomic(struct btree_trans *, struct btree_iter *,10			    struct bkey_i *);11 12#endif /* _BCACHEFS_EXTENT_UPDATE_H */13