Searched refs:_err (Results 1 – 6 of 6) sorted by relevance
| /fs/bcachefs/ |
| A D | error.h | 82 #define fsck_err_count(_c, _err) bch2_sb_err_count(_c, BCH_FSCK_ERR_##_err) argument 85 #define bch2_count_fsck_err(_c, _err, ...) \ argument 86 __bch2_count_fsck_err(_c, BCH_FSCK_ERR_##_err, __VA_ARGS__)
|
| A D | errcode.h | 369 #define bch2_err_matches(_err, _class) \ argument 372 unlikely(_bch2_err_matches(_err, _class)); \
|
| A D | bcachefs.h | 413 #define bch_err_throw(_c, _err) __bch2_err_trace(_c, -BCH_ERR_##_err) argument
|
| A D | journal_io.c | 313 #define journal_entry_err(c, version, jset, entry, _err, msg, ...) \ argument 322 mustfix_fsck_err(c, _err, "%s", _buf.buf); \ 325 bch2_sb_error_count(c, BCH_FSCK_ERR_##_err); \
|
| /fs/ocfs2/ |
| A D | dlmglue.c | 358 #define ocfs2_log_dlm_error(_func, _err, _lockres) do { \ argument 361 _err, _func, _lockres->l_name); \ 364 _err, _func, OCFS2_DENTRY_LOCK_INO_START - 1, (_lockres)->l_name, \
|
| /fs/nfsd/ |
| A D | trace.h | 87 DEFINE_EVENT(nfsd_xdr_err_class, nfsd_##name##_err, \ 207 DEFINE_EVENT(nfsd_compound_err_class, nfsd_compound_##name##_err, \
|
Completed in 27 milliseconds