Home
last modified time | relevance | path

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

/fs/unicode/
Dutf8-selftest.c23 #define _test(cond, func, line, fmt, ...) do { \ argument
33 #define test_f(cond, fmt, ...) _test(cond, __func__, __LINE__, fmt, ##__VA_ARGS__) argument
34 #define test(cond) _test(cond, __func__, __LINE__, "") argument
/fs/jfs/
Djfs_lock.h22 #define __SLEEP_COND(wq, cond, lock_cmd, unlock_cmd) \ argument
Djfs_logmgr.c116 #define LCACHE_SLEEP_COND(wq, cond, flags) \ argument
/fs/ocfs2/cluster/
Dmasklog.h183 #define mlog_bug_on_msg(cond, fmt, args...) do { \ argument
/fs/fscache/
Dio.c253 bool cond) in __fscache_write_to_cache()
/fs/reiserfs/
Dreiserfs.h907 #define __RASSERT(cond, scond, format, args...) \ argument
915 #define RASSERT(cond, format, args...) __RASSERT(cond, #cond, format, ##args) argument
918 #define RFALSE(cond, format, args...) __RASSERT(!(cond), "!(" #cond ")", format, ##args) argument
920 #define RFALSE( cond, format, args... ) do {;} while( 0 ) argument