Lines Matching +full:mode +full:- +full:xxx
1 /* SPDX-License-Identifier: GPL-2.0 */
7 #include "sb-errors.h"
14 * XXX: separate out errors that indicate on disk data is inconsistent, and flag
22 * initial recovery, they don't indicate a bug in the running code - we walk all
27 * XXX: audit all inconsistent errors and make sure they're all recoverable, in
28 * BCH_ON_ERROR_CONTINUE mode
58 bch2_inconsistent_error((ca)->fs); \
76 bch_err(trans->c, __VA_ARGS__); \
78 bch2_inconsistent_error(trans->c); \
126 if (_ret != -BCH_ERR_fsck_fix && \
127 _ret != -BCH_ERR_fsck_ignore) { \
132 _ret == -BCH_ERR_fsck_fix; \
137 /* XXX: mark in superblock that filesystem contains errors, if we ignore: */
177 ret = -BCH_ERR_invalid_bkey; \
189 * mode - pretty much just due to metadata IO errors:
211 * IO - we need to log it and print out a message, but we don't (necessarily)