Home
last modified time | relevance | path

Searched defs:assertion (Results 1 – 3 of 3) sorted by relevance

/fs/gfs2/
Dutil.h32 #define gfs2_assert(sdp, assertion) \ argument
44 #define gfs2_assert_withdraw(sdp, assertion) \ argument
52 #define gfs2_assert_warn(sdp, assertion) \ argument
Dutil.c76 int gfs2_assert_withdraw_i(struct gfs2_sbd *sdp, char *assertion, in gfs2_assert_withdraw_i()
95 int gfs2_assert_warn_i(struct gfs2_sbd *sdp, char *assertion, in gfs2_assert_warn_i()
/fs/yaffs2/
Dyportenv.h72 #define compile_time_assertion(assertion) \ argument