Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Djbd.h278 #define J_EXPECT_JH(jh, expr, why...) J_ASSERT_JH(jh, expr) macro
292 #define J_EXPECT_JH(jh, expr, why...) __journal_expect(expr, ## why)
Djbd2.h349 #define J_EXPECT_JH(jh, expr, why...) J_ASSERT_JH(jh, expr) macro
364 #define J_EXPECT_JH(jh, expr, why...) __journal_expect(expr, ## why)
/linux-4.1.27/fs/jbd/
Dtransaction.c716 J_EXPECT_JH(jh, buffer_uptodate(jh2bh(jh)), in do_get_write_access()
1255 if (!J_EXPECT_JH(jh, !jh->b_committed_data, in journal_forget()
/linux-4.1.27/fs/jbd2/
Dtransaction.c966 J_EXPECT_JH(jh, buffer_uptodate(jh2bh(jh)), in do_get_write_access()
1409 if (!J_EXPECT_JH(jh, !jh->b_committed_data, in jbd2_journal_forget()