Searched refs:sd_ail1_list (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/gfs2/
H A Dlog.c166 list_for_each_entry_reverse(tr, &sdp->sd_ail1_list, tr_list) {
203 struct list_head *head = &sdp->sd_ail1_list;
262 if (!list_empty(&sdp->sd_ail1_list)) {
263 tr = list_last_entry(&sdp->sd_ail1_list,
366 list_for_each_entry_safe_reverse(tr, s, &sdp->sd_ail1_list, tr_list) {
373 empty = list_empty(&sdp->sd_ail1_list);
386 list_for_each_entry_reverse(tr, &sdp->sd_ail1_list, tr_list) {
945 * For transactions on the sd_ail1_list we need to drain both the
951 while (!list_empty(&sdp->sd_ail1_list)) {
952 tr = list_first_entry(&sdp->sd_ail1_list, struc
[all...]
H A Dmeta_io.c388 list_for_each_entry_safe(tr, s, &sdp->sd_ail1_list, tr_list) {
H A Dincore.h835 struct list_head sd_ail1_list; member in struct:gfs2_sbd
H A Dops_fstype.c132 INIT_LIST_HEAD(&sdp->sd_ail1_list);

Completed in 132 milliseconds