Home
last modified time | relevance | path

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

/openbmc/linux/fs/gfs2/
H A Dlog.c367 list_move(&tr->tr_list, &sdp->sd_ail2_list); in gfs2_ail1_empty()
416 struct list_head *ail2_list = &sdp->sd_ail2_list; in ail2_empty()
959 while (!list_empty(&sdp->sd_ail2_list)) { in gfs2_ail_drain()
960 tr = list_first_entry(&sdp->sd_ail2_list, struct gfs2_trans, in gfs2_ail_drain()
1285 gfs2_assert_warn(sdp, list_empty(&sdp->sd_ail2_list)); in gfs2_log_shutdown()
H A Dincore.h836 struct list_head sd_ail2_list; member
H A Dops_fstype.c133 INIT_LIST_HEAD(&sdp->sd_ail2_list); in init_sbd()