Searched refs:jh2bh (Results 1 – 2 of 2) sorted by relevance
381 struct buffer_head *bh = jh2bh(jh); in journal_cancel_revoke()507 header = (journal_header_t *) &jh2bh(descriptor)->b_data[0]; in write_one_revoke_record()520 * ((unsigned int *)(&jh2bh(descriptor)->b_data[offset])) = in write_one_revoke_record()541 __brelse(jh2bh(descriptor)); in flush_descriptor()545 header = (journal_revoke_header_t *) jh2bh(descriptor)->b_data; in flush_descriptor()547 set_bit(BH_JWrite, &jh2bh(descriptor)->b_state); in flush_descriptor()549 struct buffer_head *bh = jh2bh(descriptor); in flush_descriptor()
265 #define J_ASSERT_JH(jh, expr) J_ASSERT_BH(jh2bh(jh), expr)290 static inline struct buffer_head *jh2bh(struct journal_head *jh) in jh2bh() function