Searched refs:J_EXPECT_JH (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | jbd2.h | 359 #define J_EXPECT_JH(jh, expr, why...) J_ASSERT_JH(jh, expr) macro 374 #define J_EXPECT_JH(jh, expr, why...) __journal_expect(expr, ## why) macro
|
/openbmc/linux/fs/jbd2/ |
H A D | transaction.c | 926 J_EXPECT_JH(jh, buffer_uptodate(bh), "Possible IO failure.\n"); in jbd2_freeze_jh_data() 1668 if (!J_EXPECT_JH(jh, !jh->b_committed_data, in jbd2_journal_forget()
|