Home
last modified time | relevance | path

Searched refs:bch2_disk_path_to_text_sb (Results 1 – 3 of 3) sorted by relevance

/linux/fs/bcachefs/
H A Ddisk_groups.h89 void bch2_disk_path_to_text_sb(struct printbuf *, struct bch_sb *, unsigned);
H A Ddisk_groups.c430 void bch2_disk_path_to_text_sb(struct printbuf *out, struct bch_sb *sb, unsigned v) in bch2_disk_path_to_text_sb() function
600 bch2_disk_path_to_text_sb(out, sb, t.group); in bch2_target_to_text_sb()
H A Dsuper.c1733 bch2_disk_path_to_text_sb(&label, sb.sb, BCH_MEMBER_GROUP(&dev_mi) - 1); in bch2_dev_add()