Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Djbd2.h361 #define __journal_expect(expr, why...) \ macro
372 #define J_EXPECT(expr, why...) __journal_expect(expr, ## why)
373 #define J_EXPECT_BH(bh, expr, why...) __journal_expect(expr, ## why)
374 #define J_EXPECT_JH(jh, expr, why...) __journal_expect(expr, ## why)