bcachefs-tools/c_src/cmd_super.h
Kent Overstreet 6704e252ef cmd_show_super: Look up and print names of member devices
bch2_sb_to_text_with_names(): print device paths and models of each
member.

Fixes: https://github.com/koverstreet/bcachefs/issues/801
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-08-02 13:22:13 -04:00

9 lines
228 B
C

#ifndef _TOOLS_CMD_SHOW_SUPER_H
#define _TOOLS_CMD_SHOW_SUPER_H
#include "libbcachefs/super-io.h"
void bch2_sb_to_text_with_names(struct printbuf *, struct bch_sb *, bool, unsigned, int);
#endif /* _TOOLS_CMD_SHOW_SUPER_H */