Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Dlog.c162 list_for_each_entry_reverse(tr, head, tr_list) { in gfs2_ail1_flush()
235 list_for_each_entry_safe_reverse(tr, s, &sdp->sd_ail1_list, tr_list) { in gfs2_ail1_empty()
238 list_move(&tr->tr_list, &sdp->sd_ail2_list); in gfs2_ail1_empty()
258 list_for_each_entry_reverse(tr, &sdp->sd_ail1_list, tr_list) { in gfs2_ail1_wait()
302 list_for_each_entry_safe(tr, safe, &sdp->sd_ail2_list, tr_list) { in ail2_empty()
310 list_del(&tr->tr_list); in ail2_empty()
495 tr_list); in current_tail()
633 list_for_each_entry(tr, &sdp->sd_ail1_list, tr_list) { in gfs2_write_revokes()
657 list_for_each_entry(tr, &sdp->sd_ail1_list, tr_list) { in gfs2_write_revokes()
840 list_add(&tr->tr_list, &sdp->sd_ail1_list); in gfs2_log_flush()
Dincore.h515 struct list_head tr_list; member