Home
last modified time | relevance | path

Searched refs:__journal_expect (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Djbd.h268 #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)
Djbd2.h306 #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)