Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v6.7 17 lines 425 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef _BCACHEFS_COUNTERS_H 3#define _BCACHEFS_COUNTERS_H 4 5#include "bcachefs.h" 6#include "super-io.h" 7 8 9int bch2_sb_counters_to_cpu(struct bch_fs *); 10int bch2_sb_counters_from_cpu(struct bch_fs *); 11 12void bch2_fs_counters_exit(struct bch_fs *); 13int bch2_fs_counters_init(struct bch_fs *); 14 15extern const struct bch_sb_field_ops bch_sb_field_ops_counters; 16 17#endif // _BCACHEFS_COUNTERS_H