Searched refs:__journal_expect (Results 1 – 2 of 2) sorted by relevance
/include/linux/ |
D | jbd.h | 268 #define __journal_expect(expr, why...) \ macro 278 #define J_EXPECT(expr, why...) __journal_expect(expr, ## why) 279 #define J_EXPECT_BH(bh, expr, why...) __journal_expect(expr, ## why) 280 #define J_EXPECT_JH(jh, expr, why...) __journal_expect(expr, ## why)
|
D | jbd2.h | 306 #define __journal_expect(expr, why...) \ macro 317 #define J_EXPECT(expr, why...) __journal_expect(expr, ## why) 318 #define J_EXPECT_BH(bh, expr, why...) __journal_expect(expr, ## why) 319 #define J_EXPECT_JH(jh, expr, why...) __journal_expect(expr, ## why)
|