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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Djbd.h284 #define __journal_expect(expr, why...) \ macro
294 #define J_EXPECT(expr, why...) __journal_expect(expr, ## why)
295 #define J_EXPECT_BH(bh, expr, why...) __journal_expect(expr, ## why)
296 #define J_EXPECT_JH(jh, expr, why...) __journal_expect(expr, ## why)
H A Djbd2.h293 #define __journal_expect(expr, why...) \ macro
303 #define J_EXPECT(expr, why...) __journal_expect(expr, ## why)
304 #define J_EXPECT_BH(bh, expr, why...) __journal_expect(expr, ## why)
305 #define J_EXPECT_JH(jh, expr, why...) __journal_expect(expr, ## why)

Completed in 59 milliseconds