Home
last modified time | relevance | path

Searched refs:sd_log_revokes (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/gfs2/
H A Dtrans.c310 list_for_each_entry_safe(bd, tmp, &sdp->sd_log_revokes, bd_list) { in gfs2_trans_remove_revoke()
H A Dlops.c862 struct list_head *head = &sdp->sd_log_revokes; in revoke_lo_before_commit()
899 struct list_head *head = &sdp->sd_log_revokes; in gfs2_drain_revokes()
H A Dincore.h808 struct list_head sd_log_revokes; member
H A Dglops.c117 have_revokes = !list_empty(&sdp->sd_log_revokes); in gfs2_ail_empty_gl()
H A Dlog.c786 list_add(&bd->bd_list, &sdp->sd_log_revokes); in gfs2_add_revoke()
H A Dops_fstype.c125 INIT_LIST_HEAD(&sdp->sd_log_revokes); in init_sbd()