Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 13 of 13) sorted by relevance

/fs/bcachefs/
A Derror.h44 #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 Deytzinger.h10 #define EYTZINGER_BUG_ON(cond) BUG_ON(cond) argument
12 #define EYTZINGER_BUG_ON(cond) argument
A Dsix.c19 #define EBUG_ON(cond) BUG_ON(cond) argument
21 #define EBUG_ON(cond) do {} while (0) argument
A Dutil.h32 #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 Ddarray.h91 #define darray_find_p(_d, _i, cond) \ argument
A Djournal_io.c338 #define journal_entry_err_on(cond, ...) \ argument
A Dbtree_io.c671 #define btree_err_on(cond, ...) ((cond) ? btree_err(__VA_ARGS__) : false) argument
A Dalloc_background.c722 #define need_discard_or_freespace_err_on(cond, ...) \ argument
/fs/btrfs/
A Dmessages.h140 #define ASSERT(cond, args...) \ argument
159 #define ASSERT(cond, args...) \ argument
172 #define ASSERT(cond, args...) (void)(cond) argument
/fs/jfs/
A Djfs_lock.h22 #define __SLEEP_COND(wq, cond, lock_cmd, unlock_cmd) \ argument
A Djfs_logmgr.c116 #define LCACHE_SLEEP_COND(wq, cond, flags) \ argument
/fs/ocfs2/cluster/
A Dmasklog.h183 #define mlog_bug_on_msg(cond, fmt, args...) do { \ argument
/fs/netfs/
A Dfscache_io.c214 bool using_pgpriv2, bool cond) in __fscache_write_to_cache()

Completed in 39 milliseconds