Searched refs:to_text (Results 1 – 17 of 17) sorted by relevance
/linux/fs/bcachefs/ |
H A D | journal_sb.c | 85 .to_text = bch2_sb_journal_to_text, 188 .to_text = bch2_sb_journal_v2_to_text,
|
H A D | compress.h | 69 .to_text = bch2_opt_compression_to_text, \
|
H A D | disk_groups.h | 98 .to_text = bch2_opt_target_to_text, \
|
H A D | super-io.h | 68 void (*to_text)(struct printbuf *, struct bch_sb *, struct bch_sb_field *); member
|
H A D | sb-errors.c | 78 .to_text = bch2_sb_errors_to_text,
|
H A D | sb-members.c | 308 .to_text = bch2_sb_members_v1_to_text, 346 .to_text = bch2_sb_members_v2_to_text,
|
H A D | opts.c | 150 .to_text = bch2_opt_fix_errors_to_text, \ 445 opt->fn.to_text(out, c, sb, v); in bch2_opt_to_text()
|
H A D | journal_seq_blacklist.c | 216 .to_text = bch2_sb_journal_seq_blacklist_to_text
|
H A D | sb-clean.c | 263 .to_text = bch2_sb_clean_to_text,
|
H A D | replicas.c | 764 .to_text = bch2_sb_replicas_to_text, 803 .to_text = bch2_sb_replicas_v0_to_text,
|
H A D | sb-downgrade.c | 350 .to_text = bch2_sb_downgrade_to_text,
|
H A D | super-io.c | 1275 .to_text = bch2_sb_ext_to_text, 1323 if (ops->to_text) in __bch2_sb_field_to_text() 1324 ops->to_text(out, sb, f); in __bch2_sb_field_to_text()
|
H A D | disk_groups.c | 143 .to_text = bch2_sb_disk_groups_to_text
|
H A D | opts.h | 83 void (*to_text)(struct printbuf *, struct bch_fs *, struct bch_sb *, u64); member
|
H A D | journal_io.c | 818 void (*to_text)(struct printbuf *, struct bch_fs *, struct jset_entry *); member 825 .to_text = journal_entry_##f##_to_text, \ 850 bch2_jset_entry_ops[entry->type].to_text(out, c, entry); in bch2_journal_entry_to_text()
|
H A D | checksum.c | 526 .to_text = bch2_sb_crypt_to_text,
|
H A D | quota.c | 59 .to_text = bch2_sb_quota_to_text,
|