Searched refs:b_jlist (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Djournal-head.h46 unsigned b_jlist; member in struct:journal_head
/linux-master/fs/jbd2/
H A Dtransaction.c1127 if (jh->b_jlist == BJ_Metadata || force_copy) {
1311 jh->b_jlist == BJ_Forget)));
1534 jh->b_jlist != BJ_Metadata)) {
1537 jh->b_jlist != BJ_Metadata)
1542 jh->b_jlist);
1544 jh->b_jlist == BJ_Metadata);
1586 if (jh->b_transaction == transaction && jh->b_jlist == BJ_Metadata) {
1632 jh->b_jlist);
2051 J_ASSERT_JH(jh, jh->b_jlist < BJ_Types);
2052 if (jh->b_jlist !
[all...]
H A Djournal.c2975 J_ASSERT_JH(jh, jh->b_jlist == BJ_None);

Completed in 135 milliseconds