Home
last modified time | relevance | path

Searched refs:__bch2_count_fsck_err (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Derror.h79 void __bch2_count_fsck_err(struct bch_fs *,
83 __bch2_count_fsck_err(_c, BCH_FSCK_ERR_##_err, __VA_ARGS__)
H A Derror.c379 void __bch2_count_fsck_err(struct bch_fs *c, in __bch2_count_fsck_err() function
H A Dbuckets.c401 __bch2_count_fsck_err(c, id, buf->buf, &repeat, &print, &suppress); in bucket_ref_update_err()