Home
last modified time | relevance | path

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

/fs/gfs2/
Dtrans.c271 list_for_each_entry_safe(bd, tmp, &sdp->sd_log_revokes, bd_list) { in gfs2_trans_remove_revoke()
Dlops.c843 struct list_head *head = &sdp->sd_log_revokes; in revoke_lo_before_commit()
881 struct list_head *head = &sdp->sd_log_revokes; in revoke_lo_after_commit()
Dincore.h830 struct list_head sd_log_revokes; member
Dglops.c115 have_revokes = !list_empty(&sdp->sd_log_revokes); in gfs2_ail_empty_gl()
Dlog.c689 list_add(&bd->bd_list, &sdp->sd_log_revokes); in gfs2_add_revoke()
Dops_fstype.c127 INIT_LIST_HEAD(&sdp->sd_log_revokes); in init_sbd()