Searched refs:assertion (Results 1 – 3 of 3) sorted by relevance
| /fs/gfs2/ |
| A D | util.h | 30 #define gfs2_assert(sdp, assertion) \ argument 32 if (unlikely(!(assertion))) { \ 43 #define gfs2_assert_withdraw(sdp, assertion) \ argument 45 bool _bool = (assertion); \ 47 gfs2_assert_withdraw_i((sdp), #assertion, \ 52 #define gfs2_assert_withdraw_delayed(sdp, assertion) \ argument 54 bool _bool = (assertion); \ 56 gfs2_assert_withdraw_i((sdp), #assertion, \ 64 #define gfs2_assert_warn(sdp, assertion) \ argument 66 bool _bool = (assertion); \ [all …]
|
| A D | util.c | 361 void gfs2_assert_withdraw_i(struct gfs2_sbd *sdp, char *assertion, in gfs2_assert_withdraw_i() argument 371 assertion, function, file, line); in gfs2_assert_withdraw_i() 391 void gfs2_assert_warn_i(struct gfs2_sbd *sdp, char *assertion, in gfs2_assert_warn_i() argument 402 assertion, function, file, line); in gfs2_assert_warn_i() 412 sdp->sd_fsname, assertion, in gfs2_assert_warn_i()
|
| /fs/btrfs/ |
| A D | Kconfig | 79 Enable run-time assertion checking. Additional safety checks are
|
Completed in 6 milliseconds