Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.17-rc5 12 lines 359 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef _BCACHEFS_EXTENT_UPDATE_H 3#define _BCACHEFS_EXTENT_UPDATE_H 4 5#include "bcachefs.h" 6 7int bch2_extent_atomic_end(struct btree_trans *, struct btree_iter *, 8 struct bpos *); 9int bch2_extent_trim_atomic(struct btree_trans *, struct btree_iter *, 10 struct bkey_i *); 11 12#endif /* _BCACHEFS_EXTENT_UPDATE_H */