Home
last modified time | relevance | path

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

/Linux-v5.4/fs/gfs2/
Dlog.c159 list_for_each_entry_reverse(tr, head, tr_list) { in gfs2_ail1_flush()
232 list_for_each_entry_safe_reverse(tr, s, &sdp->sd_ail1_list, tr_list) { in gfs2_ail1_empty()
235 list_move(&tr->tr_list, &sdp->sd_ail2_list); in gfs2_ail1_empty()
255 list_for_each_entry_reverse(tr, &sdp->sd_ail1_list, tr_list) { in gfs2_ail1_wait()
299 list_for_each_entry_safe(tr, safe, &sdp->sd_ail2_list, tr_list) { in ail2_empty()
307 list_del(&tr->tr_list); in ail2_empty()
492 tr_list); in current_tail()
621 list_for_each_entry_reverse(tr, &sdp->sd_ail1_list, tr_list) { in gfs2_write_revokes()
645 list_for_each_entry_reverse(tr, &sdp->sd_ail1_list, tr_list) { in gfs2_write_revokes()
838 list_add(&tr->tr_list, &sdp->sd_ail1_list); in gfs2_log_flush()
Dincore.h509 struct list_head tr_list; member