Searched defs:cond (Results 1 – 13 of 13) sorted by relevance
| /fs/bcachefs/ |
| A D | error.h | 44 #define bch2_fs_inconsistent_on(cond, ...) \ argument 55 #define bch2_trans_inconsistent_on(cond, ...) \ argument 123 #define __fsck_err_on(cond, c, _flags, _err_type, ...) \ argument 136 #define mustfix_fsck_err_on(cond, c, _err_type, ...) \ argument 142 #define fsck_err_on(cond, c, _err_type, ...) \ argument 148 #define log_fsck_err_on(cond, ...) \ argument 180 #define bkey_fsck_err_on(cond, ...) \ argument 199 #define bch2_fs_fatal_err_on(cond, c, ...) \ argument
|
| A D | eytzinger.h | 10 #define EYTZINGER_BUG_ON(cond) BUG_ON(cond) argument 12 #define EYTZINGER_BUG_ON(cond) argument
|
| A D | six.c | 19 #define EBUG_ON(cond) BUG_ON(cond) argument 21 #define EBUG_ON(cond) do {} while (0) argument
|
| A D | util.h | 32 #define EBUG_ON(cond) BUG_ON(cond) argument 34 #define EBUG_ON(cond) argument 367 #define kthread_wait(cond) \ argument 387 #define kthread_wait_freezable(cond) \ argument
|
| A D | darray.h | 91 #define darray_find_p(_d, _i, cond) \ argument
|
| A D | journal_io.c | 338 #define journal_entry_err_on(cond, ...) \ argument
|
| A D | btree_io.c | 671 #define btree_err_on(cond, ...) ((cond) ? btree_err(__VA_ARGS__) : false) argument
|
| A D | alloc_background.c | 722 #define need_discard_or_freespace_err_on(cond, ...) \ argument
|
| /fs/btrfs/ |
| A D | messages.h | 140 #define ASSERT(cond, args...) \ argument 159 #define ASSERT(cond, args...) \ argument 172 #define ASSERT(cond, args...) (void)(cond) argument
|
| /fs/jfs/ |
| A D | jfs_lock.h | 22 #define __SLEEP_COND(wq, cond, lock_cmd, unlock_cmd) \ argument
|
| A D | jfs_logmgr.c | 116 #define LCACHE_SLEEP_COND(wq, cond, flags) \ argument
|
| /fs/ocfs2/cluster/ |
| A D | masklog.h | 183 #define mlog_bug_on_msg(cond, fmt, args...) do { \ argument
|
| /fs/netfs/ |
| A D | fscache_io.c | 214 bool using_pgpriv2, bool cond) in __fscache_write_to_cache()
|
Completed in 39 milliseconds