Searched refs:b_bh (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Djournal-head.h26 struct buffer_head *b_bh; member in struct:journal_head
H A Djbd2.h313 BH_JournalHead, /* Pins bh->b_private and jh->b_bh */
333 return jh->b_bh;
/linux-master/fs/jbd2/
H A Djournal.c2939 jh->b_bh = bh;
2982 jh->b_bh = NULL; /* debug, really */
H A Dtransaction.c1203 * 1) Make sure to fetch b_bh after we did previous checks so that we
1211 if (unlikely(jh->b_bh != bh))

Completed in 167 milliseconds