Home
last modified time | relevance | path

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

/linux-6.1.9/fs/gfs2/
Dtrans.c305 list_for_each_entry_safe(bd, tmp, &sdp->sd_log_revokes, bd_list) { in gfs2_trans_remove_revoke()
Dlops.c864 struct list_head *head = &sdp->sd_log_revokes; in revoke_lo_before_commit()
901 struct list_head *head = &sdp->sd_log_revokes; in gfs2_drain_revokes()
Dincore.h806 struct list_head sd_log_revokes; member
Dglops.c114 have_revokes = !list_empty(&sdp->sd_log_revokes); in gfs2_ail_empty_gl()
Dlog.c777 list_add(&bd->bd_list, &sdp->sd_log_revokes); in gfs2_add_revoke()
Dops_fstype.c125 INIT_LIST_HEAD(&sdp->sd_log_revokes); in init_sbd()