Home
last modified time | relevance | path

Searched refs:b_tnext (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Djournal-head.h91 struct journal_head *b_tnext, *b_tprev; member
/openbmc/linux/fs/jbd2/
H A Dtransaction.c1968 jh->b_tnext = jh->b_tprev = jh; in __blist_add_buffer()
1974 jh->b_tnext = first; in __blist_add_buffer()
1975 last->b_tnext = first->b_tprev = jh; in __blist_add_buffer()
1992 *list = jh->b_tnext; in __blist_del_buffer()
1996 jh->b_tprev->b_tnext = jh->b_tnext; in __blist_del_buffer()
1997 jh->b_tnext->b_tprev = jh->b_tprev; in __blist_del_buffer()