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

/linux-master/fs/gfs2/
H A Dlog.c368 list_move(&tr->tr_list, &sdp->sd_ail2_list);
412 struct list_head *ail2_list = &sdp->sd_ail2_list;
948 * before revokes are sent for that block. Items on the sd_ail2_list
959 while (!list_empty(&sdp->sd_ail2_list)) {
960 tr = list_first_entry(&sdp->sd_ail2_list, struct gfs2_trans,
1291 gfs2_assert_warn(sdp, list_empty(&sdp->sd_ail2_list));
H A Dincore.h836 struct list_head sd_ail2_list; member in struct:gfs2_sbd
H A Dops_fstype.c133 INIT_LIST_HEAD(&sdp->sd_ail2_list);

Completed in 136 milliseconds