]> Git Repo - J-linux.git/blob - fs/bcachefs/sb-counters.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / fs / bcachefs / sb-counters.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _BCACHEFS_SB_COUNTERS_H
3 #define _BCACHEFS_SB_COUNTERS_H
4
5 #include "bcachefs.h"
6 #include "super-io.h"
7
8 int bch2_sb_counters_to_cpu(struct bch_fs *);
9 int bch2_sb_counters_from_cpu(struct bch_fs *);
10
11 void bch2_fs_counters_exit(struct bch_fs *);
12 int bch2_fs_counters_init(struct bch_fs *);
13
14 extern const struct bch_sb_field_ops bch_sb_field_ops_counters;
15
16 #endif // _BCACHEFS_SB_COUNTERS_H
This page took 0.027111 seconds and 4 git commands to generate.