Lines Matching refs:print
346 bool *repeat, bool *print, bool *suppress) in count_fsck_err_locked() argument
359 *print = false; in count_fsck_err_locked()
371 *print = false; in count_fsck_err_locked()
381 bool *repeat, bool *print, bool *suppress) in __bch2_count_fsck_err() argument
386 count_fsck_err_locked(c, id, msg, repeat, print, suppress); in __bch2_count_fsck_err()
456 bool repeat = false, print = true, suppress = false; in __bch2_fsck_err() local
459 count_fsck_err_locked(c, err, buf.buf, &repeat, &print, &suppress); in __bch2_fsck_err()
477 goto print; in __bch2_fsck_err()
485 print = true; in __bch2_fsck_err()
504 print = false; in __bch2_fsck_err()
541 print = true; in __bch2_fsck_err()
543 print: in __bch2_fsck_err()
553 if (print) { in __bch2_fsck_err()
641 static void __bch2_flush_fsck_errs(struct bch_fs *c, bool print) in __bch2_flush_fsck_errs() argument
648 if (print && s->ratelimited && s->last_msg) in __bch2_flush_fsck_errs()