brintos

brintos / linux-shallow public Read only

0
0
Text · 433 B · 81f8aec Raw
17 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef _BCACHEFS_SB_COUNTERS_H3#define _BCACHEFS_SB_COUNTERS_H4 5#include "bcachefs.h"6#include "super-io.h"7 8int bch2_sb_counters_to_cpu(struct bch_fs *);9int bch2_sb_counters_from_cpu(struct bch_fs *);10 11void bch2_fs_counters_exit(struct bch_fs *);12int bch2_fs_counters_init(struct bch_fs *);13 14extern const struct bch_sb_field_ops bch_sb_field_ops_counters;15 16#endif // _BCACHEFS_SB_COUNTERS_H17