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

/linux-master/include/linux/
H A Djournal-head.h91 struct journal_head *b_tnext, *b_tprev; member in struct:journal_head
/linux-master/fs/jbd2/
H A Dtransaction.c1997 jh->b_tnext = jh->b_tprev = jh;
2001 struct journal_head *first = *list, *last = first->b_tprev;
2002 jh->b_tprev = last;
2004 last->b_tnext = first->b_tprev = jh;
2025 jh->b_tprev->b_tnext = jh->b_tnext;
2026 jh->b_tnext->b_tprev = jh->b_tprev;
H A Dcommit.c833 jh = commit_transaction->t_shadow_list->b_tprev;

Completed in 152 milliseconds