Searched refs:J_EXPECT_JH (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/include/linux/ |
D | jbd2.h | 369 #define J_EXPECT_JH(jh, expr, why...) J_ASSERT_JH(jh, expr) macro 384 #define J_EXPECT_JH(jh, expr, why...) __journal_expect(expr, ## why) macro
|
/Linux-v5.10/fs/jbd2/ |
D | transaction.c | 912 J_EXPECT_JH(jh, buffer_uptodate(bh), "Possible IO failure.\n"); in jbd2_freeze_jh_data() 1638 if (!J_EXPECT_JH(jh, !jh->b_committed_data, in jbd2_journal_forget()
|