Searched refs:cond (Results 1 – 3 of 3) sorted by relevance
/fs/jfs/ |
D | jfs_lock.h | 35 #define __SLEEP_COND(wq, cond, lock_cmd, unlock_cmd) \ argument 42 if (cond) \
|
D | jfs_logmgr.c | 127 #define LCACHE_SLEEP_COND(wq, cond, flags) \ argument 129 if (cond) \ 131 __SLEEP_COND(wq, cond, LCACHE_LOCK(flags), LCACHE_UNLOCK(flags)); \
|
/fs/ocfs2/cluster/ |
D | masklog.h | 273 #define mlog_bug_on_msg(cond, fmt, args...) do { \ argument 274 if (cond) { \ 275 mlog(ML_ERROR, "bug expression: " #cond "\n"); \
|