Home
last modified time | relevance | path

Searched refs:last_msg (Results 1 – 2 of 2) sorted by relevance

/fs/bcachefs/
A Derror.c358 if (s->last_msg && !strcmp(msg, s->last_msg)) { in count_fsck_err_locked()
364 kfree(s->last_msg); in count_fsck_err_locked()
365 s->last_msg = kstrdup(msg, GFP_KERNEL); in count_fsck_err_locked()
711 if (print && s->ratelimited && s->last_msg) in __bch2_flush_fsck_errs()
712 bch_err(c, "Saw %llu errors like:\n %s", s->nr, s->last_msg); in __bch2_flush_fsck_errs()
715 kfree(s->last_msg); in __bch2_flush_fsck_errs()
A Derror.h79 char *last_msg; member

Completed in 16 milliseconds