Home
last modified time | relevance | path

Searched refs:bch2_prt_bitflags (Results 1 – 4 of 4) sorted by relevance

/linux/fs/bcachefs/
H A Dprintbuf.h128 void bch2_prt_bitflags(struct printbuf *, const char * const[], u64);
H A Dprintbuf.c472 void bch2_prt_bitflags(struct printbuf *out, in bch2_prt_bitflags() function
H A Dutil.h110 #define prt_bitflags(...) bch2_prt_bitflags(__VA_ARGS__)
H A Dbtree_trans_commit.c40 bch2_prt_bitflags(out, trans_commit_flags_strs, flags); in bch2_trans_commit_flags_to_text()