Home
last modified time | relevance | path

Searched refs:prt_bitflags (Results 1 – 11 of 11) sorted by relevance

/linux/fs/bcachefs/
H A Dsuper-io.c1252 prt_bitflags(out, bch2_recovery_passes, in bch2_sb_ext_to_text()
1269 prt_bitflags(out, __bch2_btree_ids, le64_to_cpu(e->btrees_lost_data)); in bch2_sb_ext_to_text()
1441 prt_bitflags(out, bch2_sb_fields, fields_have); in bch2_sb_to_text()
1445 prt_bitflags(out, bch2_sb_features, le64_to_cpu(sb->features[0])); in bch2_sb_to_text()
1449 prt_bitflags(out, bch2_sb_compat, le64_to_cpu(sb->compat[0])); in bch2_sb_to_text()
H A Dsb-members.c242 prt_bitflags(out, __bch2_data_types, BCH_MEMBER_DATA_ALLOWED(&m)); in member_to_text()
249 prt_bitflags(out, __bch2_data_types, data_have); in member_to_text()
H A Dsysfs.c326 prt_bitflags(out, bch2_fs_flag_strs, c->flags); in SHOW()
771 prt_bitflags(out, __bch2_data_types, bch2_dev_has_data(c, ca)); in SHOW()
H A Dsb-downgrade.c332 prt_bitflags(out, bch2_recovery_passes, in bch2_sb_downgrade_to_text()
H A Dopts.c442 prt_bitflags(out, opt->choices, v); in bch2_opt_to_text()
H A Dutil.h110 #define prt_bitflags(...) bch2_prt_bitflags(__VA_ARGS__) macro
H A Ddebug.c486 prt_bitflags(out, bch2_btree_node_flags, b->flags); in bch2_cached_btree_node_to_text()
H A Dinode.c535 prt_bitflags(out, bch2_inode_flag_strs, inode->bi_flags & ((1U << 20) - 1)); in __bch2_inode_unpacked_to_text()
H A Djournal.c1552 prt_bitflags(out, bch2_journal_flags_strs, j->flags); in __bch2_journal_debug_to_text()
H A Dio_write.c1688 prt_bitflags(out, bch2_write_flags, op->flags); in bch2_write_op_to_text()
H A Dsuper.c1672 prt_bitflags(&data_has, __bch2_data_types, data); in bch2_dev_remove()