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.11-rc1 12 lines 434 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef _BCACHEFS_SB_DOWNGRADE_H 3#define _BCACHEFS_SB_DOWNGRADE_H 4 5extern const struct bch_sb_field_ops bch_sb_field_ops_downgrade; 6 7int bch2_sb_downgrade_update(struct bch_fs *); 8void bch2_sb_set_upgrade(struct bch_fs *, unsigned, unsigned); 9int bch2_sb_set_upgrade_extra(struct bch_fs *); 10void bch2_sb_set_downgrade(struct bch_fs *, unsigned, unsigned); 11 12#endif /* _BCACHEFS_SB_DOWNGRADE_H */